about summary refs log tree commit diff
path: root/pkgs/tools/security/pynitrokey
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-18 16:55:45 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-18 16:55:45 +0000
commit6f6483a0adba77afc7b3b07ae68aedac91687ca8 (patch)
treeb960023fd9e637e9f808f0e717be7a74bd02c462 /pkgs/tools/security/pynitrokey
parent600fb49fa1213784b66c3663a17263456debba0a (diff)
pynitrokey: 0.4.26 -> 0.4.27
Diffstat (limited to 'pkgs/tools/security/pynitrokey')
-rw-r--r--pkgs/tools/security/pynitrokey/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pynitrokey/default.nix b/pkgs/tools/security/pynitrokey/default.nix
index af8fd944cf818..1f36eda5ab3d5 100644
--- a/pkgs/tools/security/pynitrokey/default.nix
+++ b/pkgs/tools/security/pynitrokey/default.nix
@@ -4,12 +4,12 @@ with python3Packages;
 
 buildPythonApplication rec {
   pname = "pynitrokey";
-  version = "0.4.26";
+  version = "0.4.27";
   format = "flit";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-OuLR6txvoOpOUYpkjA5UkXUIIa1hYCwTmmPuUC3i4zM=";
+    sha256 = "sha256-aWQhMvATcDtyBtj38mGnypkKIqKQgneBzWDh5o/5Wkc=";
   };
 
   propagatedBuildInputs = [