mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-24 21:11:28 +00:00
Hotfix the API
This commit is contained in:
parent
c546d11df8
commit
20386c3e7c
|
@ -10,7 +10,7 @@ let
|
|||
version = "1.1";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "1432671cbeb5a739e81f532fddfa7a5420bcecdf";
|
||||
rev = "eb4f25285da247e324417d67f6c0cd24a7b93fbe";
|
||||
};
|
||||
propagatedBuildInputs = [ flask flask-restful setuptools portalocker flask-swagger flask-swagger-ui ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue