mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-21 19:51:28 +00:00
Update API repository URL
This commit is contained in:
parent
729d977d9a
commit
46cda94a97
|
@ -10,7 +10,7 @@ let
|
|||
version = "1.1";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "dc56b6f4ad5358875f26d9639eee5835ea30a386";
|
||||
rev = "1432671cbeb5a739e81f532fddfa7a5420bcecdf";
|
||||
};
|
||||
propagatedBuildInputs = [ flask flask-restful setuptools portalocker flask-swagger flask-swagger-ui ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue