API 1.2.4

master
Inex Code 2022-05-02 14:49:46 +03:00
parent 7426512305
commit f81b4ea832
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ let
}:
buildPythonPackage rec {
pname = "selfprivacy-api";
version = "1.2.3";
version = "1.2.4";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "c0c9c1e89ec58533cc0f338449020fbbe6939411";
rev = "36bf1a80bf924a0130480b316429ee6b42b8125b";
};
propagatedBuildInputs = [
flask