yubihsm-shell: 2.4.1 -> 2.4.2

This commit is contained in:
R. Ryantm 2023-11-16 11:17:58 +00:00
parent 826934df9a
commit 3a50fc50f9

View File

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