mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-25 13:31:28 +00:00
fix
This commit is contained in:
parent
862485f047
commit
a928592a53
|
@ -29,7 +29,7 @@ let
|
||||||
version = "2.4.3";
|
version = "2.4.3";
|
||||||
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 = "f06d3ee839e949cbb1bdb6e07f9ba8a27921177e";
|
rev = "6f07e21a92054f4c71f85b2a547a3a10b0c08ea1";
|
||||||
ref = "test-migration";
|
ref = "test-migration";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue