mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-13 22:53:16 +00:00
API 2.1.0
This commit is contained in:
parent
c6c151faec
commit
de5ed98a5c
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue