From ad92a40fba969242ee45fc6ca8e2794fc7c47d91 Mon Sep 17 00:00:00 2001 From: Nicolas Benes Date: Sat, 5 Oct 2024 19:33:06 +0200 Subject: [PATCH] nitrokey-app2: 2.3.1 -> 2.3.2 https://github.com/Nitrokey/nitrokey-app2/releases/tag/v2.3.2 --- pkgs/tools/security/nitrokey-app2/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/security/nitrokey-app2/default.nix b/pkgs/tools/security/nitrokey-app2/default.nix index 28d9c74e5dc2..deb74d7c8ce2 100644 --- a/pkgs/tools/security/nitrokey-app2/default.nix +++ b/pkgs/tools/security/nitrokey-app2/default.nix @@ -9,7 +9,7 @@ python3.pkgs.buildPythonApplication rec { pname = "nitrokey-app2"; - version = "2.3.1"; + version = "2.3.2"; pyproject = true; disabled = python3.pythonOlder "3.9"; @@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec { owner = "Nitrokey"; repo = "nitrokey-app2"; rev = "refs/tags/v${version}"; - hash = "sha256-A/HGMFgYaxgJApR3LQfFuBD5B0A3GGBeoTT5brp/UAs="; + hash = "sha256-ekVf9ZuLqx7SuiD21iV5c60r7E8kk4jKoYM/T02ETrI="; }; nativeBuildInputs = with python3.pkgs; [ @@ -31,10 +31,10 @@ python3.pkgs.buildPythonApplication rec { ]; propagatedBuildInputs = with python3.pkgs; [ - pynitrokey - pyudev + nitrokey pyside6 qt-material + usb-monitor ]; pythonRelaxDeps = [ "pynitrokey" ];