mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 12:11:27 +00:00
test 2.3.0
This commit is contained in:
parent
e56ccb74b2
commit
98223f0d11
|
@ -26,11 +26,11 @@ let
|
|||
}:
|
||||
pythonPkgs.buildPythonApplication rec {
|
||||
pname = "selfprivacy-graphql-api";
|
||||
version = "2.1.2";
|
||||
version = "2.3.0";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "1cefaefa3bbb3c23cbc94ad7f18e57977641caba";
|
||||
ref = "restic-rewrite";
|
||||
rev = "ff70a3588e6a8b447d87341eb576851e1f213043";
|
||||
ref = "backups-forget";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue