Fix crashes

This commit is contained in:
Inex Code 2022-01-11 08:53:09 +03:00
parent 18cdb6e105
commit 29286c8847
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ let
version = "1.1.1";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "650032bdab5e7fa4556aaed5575a008c9d1db65d";
rev = "355fc68232ff6a6b530969b33b94b4b1015f12e2";
ref = "migrations-branch-fix";
};
propagatedBuildInputs = [ flask flask-restful setuptools portalocker flask-swagger flask-swagger-ui pytz pytest pytest-mock pytest-datadir huey gevent ];