cmctl: 2.2.0 -> 2.3.0 (#424791)

This commit is contained in:
Paul Meyer
2025-07-16 08:58:33 +02:00
committed by GitHub

View File

@@ -9,16 +9,16 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "cmctl"; pname = "cmctl";
version = "2.2.0"; version = "2.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cert-manager"; owner = "cert-manager";
repo = "cmctl"; repo = "cmctl";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-Kr7vwVW6v08QRbJDs2u0vK241ljNfhLVYIQCBl31QSs="; hash = "sha256-yX3A63MU1PaFQmAemp62F5sHlgWpkInhbIIZx7HfdEc=";
}; };
vendorHash = "sha256-SYCWvt2K3MEow4cDKxLSK+Bp0hZG9rNI9PoXdPcPESg="; vendorHash = "sha256-LDmhlSWa6/Z4KyXnF9OFVkgTksV7TL+m1os0NW89ZpY=";
ldflags = [ ldflags = [
"-s" "-s"