python3Packages.pynitrokey: 0.11.1 -> 0.11.2

This commit is contained in:
R. Ryantm
2025-11-19 00:39:35 +00:00
parent da72f8229b
commit c42dfede8d
@@ -25,7 +25,7 @@
let
pname = "pynitrokey";
version = "0.11.1";
version = "0.11.2";
mainProgram = "nitropy";
in
@@ -35,7 +35,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-TUc8ZDQ0MHyEtrsudqGxTXmwNIio4UcNcjwsOtaK0Ww=";
hash = "sha256-x0OWFSp6PrW4wTWNP8mLJpbrrYZ66XKOBi8l1vCsko4=";
};
nativeBuildInputs = [ installShellFiles ];