mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-23 04:31:26 +00:00
fix infinite recursion
This commit is contained in:
parent
f2638dcce1
commit
02ade5b29d
|
@ -28,7 +28,7 @@ let
|
||||||
version = "2.0.0";
|
version = "2.0.0";
|
||||||
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 = "f750056ad802abb212fe3d21464a5aaf2699ad79";
|
rev = "bb14adb8bc5bdf17b988d6887d56f498c0707f51";
|
||||||
ref = "fastapi";
|
ref = "fastapi";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue