API version 2.2.0

This commit is contained in:
Inex Code 2023-07-20 18:44:21 +03:00
parent 1ac54cdc50
commit d38f1b3d18
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ let
}:
pythonPkgs.buildPythonApplication rec {
pname = "selfprivacy-graphql-api";
version = "2.1.3";
version = "2.2.0";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "b3a37e8b1fd50457b4d48b9421d77603437e6f2f";
rev = "f965546ca63f5fbb1ef05ced5206aef4ff6c18ee";
};
propagatedBuildInputs = [
setuptools