test-upstream-strawberry
Inex Code 2022-06-24 18:14:21 +03:00
parent 8683b8f500
commit 1fb5ea5520
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ let
}:
buildPythonPackage rec {
pname = "selfprivacy-api";
version = "1.2.6.1";
version = "1.2.6";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "a6ad9aaf90c206c9ae9f8d2228c3b7f456c6e658";
rev = "28db251f1fc91d3de5d801adb23044da76b2d91c";
ref = "graphql";
};
propagatedBuildInputs = [