Updated REST API version

pull/17/head
Illia Chub 2021-08-20 18:02:30 +03:00
parent f07aea04bc
commit dbb590aab4
3 changed files with 1 additions and 1 deletions

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

2
nixos-infect Normal file → Executable file
View File

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