mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-21 19:51:28 +00:00
API 1.2.2
This commit is contained in:
parent
7193575c12
commit
87d061b337
|
@ -22,10 +22,10 @@ let
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "selfprivacy-api";
|
||||
version = "1.2.1";
|
||||
version = "1.2.2";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "4cbb08cb6e70f80d26e0abd0e3703c9c6411aef1";
|
||||
rev = "6cd896f977bc6f450cea51dd23c740b2308ca70e";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
flask
|
||||
|
|
Loading…
Reference in a new issue