mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2025-03-20 20:49:30 +00:00
API 2.1.2
This commit is contained in:
parent
6bcfa9452f
commit
a5b2538829
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +26,10 @@ let
|
|||
}:
|
||||
pythonPkgs.buildPythonApplication rec {
|
||||
pname = "selfprivacy-graphql-api";
|
||||
version = "2.1.1";
|
||||
version = "2.1.2";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "6aadbabbc4da5dca0a704b9b1a0a3ee58e81bca5";
|
||||
rev = "7c2e1dcf25763c45601e5df9e45df0820c94944c";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Add table
Reference in a new issue