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

yubihsm-shell: 2.4.0 -> 2.4.1
This commit is contained in:
Weijia Wang
2023-11-04 00:52:33 +01:00
committed by GitHub
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "yubihsm-shell";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "Yubico";
repo = "yubihsm-shell";
rev = version;
hash = "sha256-zWhvECPdZnrbSAVPDVZk54SWHVkd/HEQxS3FgXoqXHY=";
hash = "sha256-Ucqi+ZAoTkmj/UfdoisNxzDIyjW8j9gf/NR0WZCO4wo=";
};
postPatch = ''