mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-29 07:21:28 +00:00
test migration
This commit is contained in:
parent
11135b5d28
commit
01b66aff55
|
@ -29,7 +29,8 @@ 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 = "cbd3cafe0a19d15f54e7915300b1142067d1c1bc";
|
rev = "fe01fbacfccdc353fab16bbee4793753c1e5ac2a";
|
||||||
|
ref = "test-migration"
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
|
|
Loading…
Reference in a new issue