summary refs log tree commit diff
path: root/pkgs/tools/security/yubihsm-shell
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-02 07:26:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-02 07:26:48 +0000
commitf3fee16ba5ada5593718725c1b457c4100b75a1d (patch)
tree3f60f3cb44f72a7721daca575af06431b497cff2 /pkgs/tools/security/yubihsm-shell
parentd2042f91c1ad953825556be3ec2e53cf9a91fc77 (diff)
yubihsm-shell: 2.3.1 -> 2.3.2
Diffstat (limited to 'pkgs/tools/security/yubihsm-shell')
-rw-r--r--pkgs/tools/security/yubihsm-shell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/yubihsm-shell/default.nix b/pkgs/tools/security/yubihsm-shell/default.nix
index 2533e0c787092..83c2e535403d6 100644
--- a/pkgs/tools/security/yubihsm-shell/default.nix
+++ b/pkgs/tools/security/yubihsm-shell/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation rec {
   pname = "yubihsm-shell";
-  version = "2.3.1";
+  version = "2.3.2";
 
   src = fetchFromGitHub {
     owner = "Yubico";
     repo = "yubihsm-shell";
     rev = version;
-    sha256 = "D0kXiwc+i6mKA4oHuHjgXUmLMsmY5o/VI+1aCWtNjC0=";
+    sha256 = "sha256-rSIdI6ECLte+dEbT8NOUqS8jkozRhbo+eqFrdhTIKpY=";
   };
 
   nativeBuildInputs = [