spire-tpm-plugin: 1.11.1 -> 1.11.3

This commit is contained in:
Arian van Putten
2026-05-11 13:12:16 +02:00
parent b3da656039
commit bf9a705ae2
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule (finalAttrs: {
pname = "spire-tpm-plugin";
version = "1.11.1";
version = "1.11.3";
src = fetchFromGitHub {
owner = "spiffe";
repo = "spire-tpm-plugin";
tag = "v${finalAttrs.version}";
hash = "sha256-6hy1aQg0tS2wxOZRbZLv82HQEufVmW/a5L6Da+bNeHU=";
hash = "sha256-QHFLFotfMyUxKQHN1CcmNMvLvMEatltZPHiUA3G5QWo=";
};
proxyVendor = true;