mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-23 04:31:26 +00:00
fix
This commit is contained in:
parent
f66a038a4f
commit
0a1fe41eda
|
@ -30,7 +30,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 = "5e62798fde49776cb09cc1d1305305126f996fb3";
|
rev = "9132b70e709b19ddc393859ce23f8a5c342fa4e8";
|
||||||
ref = "test-branch";
|
ref = "test-branch";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue