yubihsm-shell: 2.7.3 -> 2.8.0 (#539119)

This commit is contained in:
@mjones
2026-07-08 03:41:07 +00:00
committed by GitHub
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yubihsm-shell";
version = "2.7.3";
version = "2.8.0";
src = fetchFromGitHub {
owner = "Yubico";
repo = "yubihsm-shell";
rev = finalAttrs.version;
hash = "sha256-0Y2Dj/MAg5Nb6etxF164/7gvytjKYROVIkhqE6Lr2p8=";
hash = "sha256-yb3dy6dZiADDVaybvIBSV3x9qAjh7qWgLHKxP4WrlCc=";
};
postPatch = ''