mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-04 19:13:10 +00:00
API 1.2.3 pre
This commit is contained in:
commit
612186db77
|
@ -22,10 +22,11 @@ let
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "selfprivacy-api";
|
||||
version = "1.2.0";
|
||||
version = "1.2.3";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "72a9b115413a316c84e002d6b697ffd0139abb78";
|
||||
rev = "f2c73853bca0b05468c1039d828ff3202fa73e19";
|
||||
ref = "nix-channel-migration";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
flask
|
||||
|
|
Loading…
Reference in a new issue