mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 20:21:27 +00:00
fix
This commit is contained in:
parent
8592abe56c
commit
73e816cd08
|
@ -29,7 +29,7 @@ let
|
||||||
version = "2.1.2";
|
version = "2.1.2";
|
||||||
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 = "f4df1f6a6263b459c6b367b766c0318a2aa5b532";
|
rev = "d356fad5347ba72dc2cc88578d17c85e72bf6a32";
|
||||||
ref = "restic-rewrite-api";
|
ref = "restic-rewrite-api";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue