mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 04:01:27 +00:00
API 2.0.6
This commit is contained in:
parent
5650f3abf3
commit
57ba561738
|
@ -25,10 +25,10 @@ let
|
||||||
}:
|
}:
|
||||||
pythonPkgs.buildPythonApplication rec {
|
pythonPkgs.buildPythonApplication rec {
|
||||||
pname = "selfprivacy-graphql-api";
|
pname = "selfprivacy-graphql-api";
|
||||||
version = "2.0.5";
|
version = "2.0.6";
|
||||||
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 = "9a339729b7dfdb3a309493f27efacec9842f7c3e";
|
rev = "6bbceca9175a27359db32da2ae0a4ef1e3524e52";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
|
|
Loading…
Reference in a new issue