Compare commits

...

5 Commits

Author SHA1 Message Date
inexcode 4adc22cf59 desec support 2023-05-09 12:37:05 +03:00
Inex Code 98c3d0ebc0 chore: API 2.1.2 2023-03-17 16:39:05 +03:00
Inex Code 746e8ad4ec API release 2.1.1 2023-01-16 18:49:32 +03:00
Inex Code 4958fa8f84 fix: module not found 2022-12-30 21:40:03 +03:00
Inex Code de5ed98a5c API 2.1.0 2022-12-30 21:34:08 +03:00
1 changed files with 4 additions and 2 deletions

View File

@ -22,13 +22,14 @@ 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.1.2";
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 = "7c2e1dcf25763c45601e5df9e45df0820c94944c";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
setuptools setuptools
@ -46,6 +47,7 @@ let
psutil psutil
fastapi fastapi
uvicorn uvicorn
redis
]; ];
meta = { meta = {
description = '' description = ''