mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-23 04:31:26 +00:00
system getters
This commit is contained in:
parent
356698caf5
commit
216966a8da
|
@ -29,7 +29,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 = "c6a3588e3374c3a66b5a737934a1684dc6a4352b";
|
rev = "80e5550f7da0f636b850ab91ec3016563138343c";
|
||||||
ref = "graphql";
|
ref = "graphql";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue