mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-23 04:31:26 +00:00
resolver
This commit is contained in:
parent
60f04266fd
commit
8ddf6710bf
|
@ -28,7 +28,7 @@ let
|
||||||
version = "1.2.6";
|
version = "1.2.6";
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||||
rev = "c20b0c94f495bb33914aed3f10250ccc5e5128fb";
|
rev = "fc971292c2994dbb4df068b3a0f44252a8f7930a";
|
||||||
ref = "graphql";
|
ref = "graphql";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue