Compare commits

...

3 Commits

Author SHA1 Message Date
Inex Code 45c4cda9b7 fix 2023-08-04 14:15:31 +03:00
Inex Code e513a4376f fix 2023-08-04 14:08:34 +03:00
Inex Code 98223f0d11 test 2.3.0 2023-08-04 12:58:21 +03:00
1 changed files with 3 additions and 3 deletions

View File

@ -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 = "471704afa8d041b99c056a194bcaa7369b1affde";
ref = "backups-unlock";
};
propagatedBuildInputs = [
setuptools