mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-25 13:31:28 +00:00
API version 2.4.0
This commit is contained in:
parent
6b603846da
commit
febe29ff8b
|
@ -26,10 +26,10 @@ let
|
|||
}:
|
||||
pythonPkgs.buildPythonApplication rec {
|
||||
pname = "selfprivacy-graphql-api";
|
||||
version = "2.3.0";
|
||||
version = "2.4.0";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "36e915907f3c02305f8d54f500f06cdabd5b78c3";
|
||||
rev = "6b106cbcf3694161214f69491b8ce017ce057214";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue