Hotfix the API

migrations-branch-fix
Inex Code 2021-11-18 20:56:23 +02:00
parent c546d11df8
commit 20386c3e7c
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {