yubihsm-shell: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm 2024-10-14 09:43:23 +00:00 committed by Weijia Wang
parent 0988cc13f0
commit 55cc00d85b

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "yubihsm-shell";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "Yubico";
repo = "yubihsm-shell";
rev = version;
hash = "sha256-QTDFL/UTnnG0TuojJ0eVKw8fNEqZz86CXWb6uHvzUbs=";
hash = "sha256-0IsdIhuKpzfArVB4xBaxCPqtk0fKWb6RuGImUj1E4Zs=";
};
postPatch = ''