develop
Inex Code 2022-11-20 17:11:56 +03:00
parent c6c151faec
commit ca4ec15565
1 changed files with 5 additions and 2 deletions

View File

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