Compare commits

...

3 Commits

Author SHA1 Message Date
Inex Code d0e40f59a1 missing semicolon 2023-01-16 18:45:10 +03:00
Inex Code 54f2d8c940 fix typo 2023-01-16 18:44:37 +03:00
Inex Code d72d5a354b 2.1.1 2023-01-16 18:43:27 +03:00
1 changed files with 3 additions and 2 deletions

View File

@ -25,10 +25,11 @@ let
}:
pythonPkgs.buildPythonApplication rec {
pname = "selfprivacy-graphql-api";
version = "2.0.9";
version = "2.1.1";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "0a09a338b850704f221bd9b451519290584ef209";
rev = "4e7261c9c41b2d389a5825c3d0a73f141b597d3e";
ref = "fix/dkim_parser";
};
propagatedBuildInputs = [
setuptools