python3Packages.pynitrokey: 0.11.3 -> 0.11.4

This commit is contained in:
R. Ryantm
2026-03-13 12:47:03 +00:00
parent ea5f21f205
commit 13b202fb25
@@ -25,7 +25,7 @@
let
pname = "pynitrokey";
version = "0.11.3";
version = "0.11.4";
mainProgram = "nitropy";
in
@@ -35,7 +35,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-b1Npw+FBG8Ti5VjfipgjeZ5pcufm+7K6qdhFBnmTeFs=";
hash = "sha256-MSqWgYuuU7uuYasxTTLRbrrAWQAwE4qQlEZIHiYB/78=";
};
nativeBuildInputs = [ installShellFiles ];