about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-05-01 22:49:10 +0900
committerGitHub <noreply@github.com>2024-05-01 22:49:10 +0900
commit919d776c44ba387799a3614203d2929706ae8559 (patch)
tree31346a7af04b8d32696b2cbecf33d7cf3e33d8ed /pkgs/tools
parent942f0d055e07dd728509f1af8d202a1a600e90c2 (diff)
parentd64a20edc48371953bb59b4213227710d9f13682 (diff)
Merge pull request #307635 from r-ryantm/auto-update/yubihsm-shell
yubihsm-shell: 2.4.2 -> 2.5.0
Diffstat (limited to 'pkgs/tools')
-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 24d96f43ba434..3302b26bfb904 100644
--- a/pkgs/tools/security/yubihsm-shell/default.nix
+++ b/pkgs/tools/security/yubihsm-shell/default.nix
@@ -16,13 +16,13 @@
 
 stdenv.mkDerivation rec {
   pname = "yubihsm-shell";
-  version = "2.4.2";
+  version = "2.5.0";
 
   src = fetchFromGitHub {
     owner = "Yubico";
     repo = "yubihsm-shell";
     rev = version;
-    hash = "sha256-Un3DNmrD9aC9+A3+NNM21yrH1g14THXPHkJ0SUYrL/M=";
+    hash = "sha256-QTDFL/UTnnG0TuojJ0eVKw8fNEqZz86CXWb6uHvzUbs=";
   };
 
   postPatch = ''