yubihsm-shell: 2.7.2 -> 2.7.3

This commit is contained in:
R. Ryantm
2026-04-17 13:13:35 +00:00
parent 24998d8747
commit c4db38928e
+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 = ''