API 2.1.0

This commit is contained in:
Inex Code 2022-12-30 21:34:08 +03:00
parent c6c151faec
commit de5ed98a5c
1 changed files with 4 additions and 2 deletions

View File

@ -22,13 +22,14 @@ let
, psutil
, fastapi
, uvicorn
, redis
}:
pythonPkgs.buildPythonApplication rec {
pname = "selfprivacy-graphql-api";
version = "2.0.9";
version = "2.1.0";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "0a09a338b850704f221bd9b451519290584ef209";
rev = "b5ee542693e1a029bc5d5dc53cd3920c422c98fb";
};
propagatedBuildInputs = [
setuptools
@ -46,6 +47,7 @@ let
psutil
fastapi
uvicorn
redis
];
meta = {
description = ''