mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2025-03-23 22:02:01 +00:00
Staging
This commit is contained in:
parent
c6c151faec
commit
ca4ec15565
1 changed files with 5 additions and 2 deletions
|
@ -22,13 +22,15 @@ let
|
|||
, psutil
|
||||
, fastapi
|
||||
, uvicorn
|
||||
, redis
|
||||
}:
|
||||
pythonPkgs.buildPythonApplication rec {
|
||||
pname = "selfprivacy-graphql-api";
|
||||
version = "2.0.9";
|
||||
version = "2.0.10";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "0a09a338b850704f221bd9b451519290584ef209";
|
||||
rev = "9ee0240bbd2056b5057d29a0d919dac3635dcb92";
|
||||
ref = "redis/connection-pool";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
@ -46,6 +48,7 @@ let
|
|||
psutil
|
||||
fastapi
|
||||
uvicorn
|
||||
redis
|
||||
];
|
||||
meta = {
|
||||
description = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue