mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-26 05:51:30 +00:00
fix
This commit is contained in:
parent
0301d04de6
commit
767501b854
|
@ -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 = "43675b2d1d1e8b9ff3a66b47afbb73ff3de63425";
|
rev = "e7df559787d461658fc19244906e87641cd06f99";
|
||||||
ref = "fastapi";
|
ref = "fastapi";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue