mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-10-31 17:17:18 +00:00
SelfPrivacy API 2.0.1
This commit is contained in:
parent
c1ce8eab5d
commit
bb10bf3539
|
@ -25,10 +25,10 @@ let
|
|||
}:
|
||||
pythonPkgs.buildPythonApplication rec {
|
||||
pname = "selfprivacy-graphql-api";
|
||||
version = "2.0.0";
|
||||
version = "2.0.1";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "4f2332f8a08b1a5cb0f6cf60fa299c55dd36c976";
|
||||
rev = "97acae189f1dec2255c7edca7e91490c83e1ceb7";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue