Nicolas Benes 2025-07-30 18:02:51 +02:00
parent cf8071bfe8
commit b58a96fdc8

View File

@ -11,7 +11,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "nitrokey-app2";
version = "2.3.3";
version = "2.3.5";
pyproject = true;
disabled = python3.pythonOlder "3.9";
@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "Nitrokey";
repo = "nitrokey-app2";
tag = "v${version}";
hash = "sha256-BbgP4V0cIctY/oR4/1r1MprkIn+5oyHeFiOQQQ71mNU=";
hash = "sha256-zhTDr4GyE4jridK3ee8ae3v5behMbuo86q9WdrBVqQg=";
};
nativeBuildInputs = with python3.pkgs; [
@ -56,7 +56,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "This application allows to manage Nitrokey 3 devices";
homepage = "https://github.com/Nitrokey/nitrokey-app2";
changelog = "https://github.com/Nitrokey/nitrokey-app2/releases/tag/v${version}";
changelog = "https://github.com/Nitrokey/nitrokey-app2/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [
_999eagle