mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2025-03-18 11:44:24 +00:00
API Version 2.4.3
This commit is contained in:
parent
5509bf1c84
commit
11135b5d28
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +26,10 @@ let
|
|||
}:
|
||||
pythonPkgs.buildPythonApplication rec {
|
||||
pname = "selfprivacy-graphql-api";
|
||||
version = "2.4.2";
|
||||
version = "2.4.3";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "07aaa21602e9afb0088b06ba17f973b30d49cb5d";
|
||||
rev = "cbd3cafe0a19d15f54e7915300b1142067d1c1bc";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Add table
Reference in a new issue