Merge pull request #268279 from panicgh/nitrokey-app2

nitrokey-app2: 2.1.2 -> 2.1.4
This commit is contained in:
Nick Cao 2023-11-18 09:23:38 -05:00 committed by GitHub
commit a6b6f3322d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "nitrokey-app2";
version = "2.1.2";
version = "2.1.4";
pyproject = true;
disabled = python3.pythonOlder "3.9";
@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "Nitrokey";
repo = "nitrokey-app2";
rev = "v${version}";
hash = "sha256-VyhIFNXxH/FohgjhBeZXoQYppP7PEz+ei0qzsWz1xhk=";
hash = "sha256-loOCa6XlLx1YEfqR0SUUalVIEPCoYsNEHFo2MIKexeA=";
};
# https://github.com/Nitrokey/nitrokey-app2/issues/152
@ -63,7 +63,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/Nitrokey/nitrokey-app2";
changelog = "https://github.com/Nitrokey/nitrokey-app2/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ _999eagle ];
maintainers = with maintainers; [ _999eagle panicgh ];
mainProgram = "nitrokeyapp";
};
}