mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #268279 from panicgh/nitrokey-app2
nitrokey-app2: 2.1.2 -> 2.1.4
This commit is contained in:
commit
a6b6f3322d
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user