yubihsm-shell: 2.7.2 -> 2.7.3 (#510905)

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