Updated SelfPrivacy REST API version

development
Illia Chub 2021-06-23 18:39:12 +03:00
parent cc3d1e4d5e
commit ccea111f26
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ let
version = "1.0";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/ilchub/selfprivacy-rest-api.git";
rev = "d7a6b3ca12d936165a4fc1c6265a2dfc3fd6229e";
rev = "2885fe4356cf257ba5d64b9bad091aceba104883";
};
propagatedBuildInputs = [ flask flask-restful pandas ];
meta = {