API 1.2.3 pre

rolling
Inex Code 2022-04-29 11:42:23 +03:00
commit 612186db77
1 changed files with 3 additions and 2 deletions

View File

@ -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