Fix backups init

rolling
Inex Code 2021-12-02 23:09:06 +03:00
parent 87704b6225
commit 43426c0a30
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 = "71fc93914afbcbc952e7fe1d2e4b55d1d2c8c2dd";
rev = "dc4c9a89e134c886f10cb0b4b9bbb91de0b44a32";
ref = "system-configuration";
};
propagatedBuildInputs = [ flask flask-restful setuptools portalocker flask-swagger flask-swagger-ui pytz pytest pytest-mock pytest ];