spire: 1.14.6 -> 1.15.0

This commit is contained in:
R. Ryantm 2026-05-20 22:26:19 +00:00
commit 7a33dc20af

View file

@ -8,7 +8,7 @@
buildGoModule (finalAttrs: {
pname = "spire";
version = "1.14.6";
version = "1.15.0";
outputs = [
"out"
@ -21,12 +21,12 @@ buildGoModule (finalAttrs: {
owner = "spiffe";
repo = "spire";
tag = "v${finalAttrs.version}";
sha256 = "sha256-3NboIbLRxs4yPjQUKdK7B+Rhl08SxEDPuj5N8lWd1gA=";
sha256 = "sha256-mOYPVvumMIXgfJGQeStU62DlBOIwI0Sav5cQonU28r0=";
};
# Needed for github.co/google/go-tpm-tools/simulator which contains non-go files that `go mod vendor` strips
proxyVendor = true;
vendorHash = "sha256-Ajoxxpf6oWW6jioMTgeyaIszVhp4j7E2+msE0nhfKpk=";
vendorHash = "sha256-F9M7Tvo/yF1QVnjB7Gp3mbZc7159Dx7wgttjstkA/1w=";
buildInputs = [ openssl ];