Compare commits

...

4 Commits

Author SHA1 Message Date
Inex Code b70faaf19e chore: test digital ocean support 2023-02-06 14:19:51 +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
, fastapi
, uvicorn
, redis
}:
pythonPkgs.buildPythonApplication rec {
pname = "selfprivacy-graphql-api";
version = "2.0.9";
version = "2.1.1";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "0a09a338b850704f221bd9b451519290584ef209";
rev = "6aadbabbc4da5dca0a704b9b1a0a3ee58e81bca5";
};
propagatedBuildInputs = [
setuptools
@ -46,6 +47,7 @@ let
psutil
fastapi
uvicorn
redis
];
meta = {
description = ''