yubihsm-shell: 2.4.2 -> 2.5.0

This commit is contained in:
R. Ryantm 2024-04-29 05:12:34 +00:00
parent f2c7ecb8a4
commit d64a20edc4

View File

@ -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 = ''