mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-10-31 17:17:18 +00:00
API 2.0.8
This commit is contained in:
parent
2b4b015406
commit
4e5d16a99f
|
@ -25,10 +25,10 @@ let
|
||||||
}:
|
}:
|
||||||
pythonPkgs.buildPythonApplication rec {
|
pythonPkgs.buildPythonApplication rec {
|
||||||
pname = "selfprivacy-graphql-api";
|
pname = "selfprivacy-graphql-api";
|
||||||
version = "2.0.7";
|
version = "2.0.8";
|
||||||
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 = "582e38452d22ff85e4a1a6902b0519a91ed85c95";
|
rev = "e387e30983844bd5bc5b18a6c55de9399539a871";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
|
|
Loading…
Reference in a new issue