mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 12:11:27 +00:00
debug
This commit is contained in:
parent
45c4cda9b7
commit
58b94398e1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue