Merge pull request #267873 from r-ryantm/auto-update/yubihsm-shell

yubihsm-shell: 2.4.1 -> 2.4.2
This commit is contained in:
Pol Dellaiera 2023-11-27 21:12:59 +01:00 committed by GitHub
commit e154712405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "yubihsm-shell";
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "Yubico";
repo = "yubihsm-shell";
rev = version;
hash = "sha256-Ucqi+ZAoTkmj/UfdoisNxzDIyjW8j9gf/NR0WZCO4wo=";
hash = "sha256-Un3DNmrD9aC9+A3+NNM21yrH1g14THXPHkJ0SUYrL/M=";
};
postPatch = ''