Version 2.4.4

This commit is contained in:
Inex Code 2024-02-23 19:01:18 +03:00
parent 53c9bd9078
commit 33e1824b11
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ let
}:
pythonPkgs.buildPythonApplication rec {
pname = "selfprivacy-graphql-api";
version = "2.4.3";
version = "2.4.4";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "c7f990920987ba63bbc86afd848b5f2b1a81206f";
rev = "cc24d0fd51f857b9eff8ac2d7bac9028ed562805";
ref = "test-migration";
};
propagatedBuildInputs = [