This commit is contained in:
Inex Code 2023-08-23 15:51:16 +03:00
parent 45c4cda9b7
commit 58b94398e1

View file

@ -26,11 +26,11 @@ let
}: }:
pythonPkgs.buildPythonApplication rec { pythonPkgs.buildPythonApplication rec {
pname = "selfprivacy-graphql-api"; pname = "selfprivacy-graphql-api";
version = "2.3.0"; version = "2.3.1";
src = builtins.fetchGit { src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"; url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "471704afa8d041b99c056a194bcaa7369b1affde"; rev = "8e60d11d5b4cf824036795ceee74bce1e80fe004";
ref = "backups-unlock"; ref = "mountchecks-logged";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
setuptools setuptools