This commit is contained in:
Inex Code 2023-08-23 15:51:16 +03:00
parent 45c4cda9b7
commit 58b94398e1
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.3.0";
version = "2.3.1";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "471704afa8d041b99c056a194bcaa7369b1affde";
ref = "backups-unlock";
rev = "8e60d11d5b4cf824036795ceee74bce1e80fe004";
ref = "mountchecks-logged";
};
propagatedBuildInputs = [
setuptools