mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-26 14:01:31 +00:00
update api
This commit is contained in:
parent
767501b854
commit
2415382acd
|
@ -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 = "e7df559787d461658fc19244906e87641cd06f99";
|
rev = "00badfbbf87ccc352ae46d8886bb8f2be4b3a5c6";
|
||||||
ref = "fastapi";
|
ref = "fastapi";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue