pinniped: 0.38.0 -> 0.39.0

This commit is contained in:
R. Ryantm 2025-05-19 19:06:22 +00:00
parent 198e914fcc
commit cc3615f454

View file

@ -7,18 +7,18 @@
buildGoModule rec { buildGoModule rec {
pname = "pinniped"; pname = "pinniped";
version = "0.38.0"; version = "0.39.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vmware-tanzu"; owner = "vmware-tanzu";
repo = "pinniped"; repo = "pinniped";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-vnmH8zhjecghaNe7/oguCOs9OXmtBRGdZeH4n24oXsg="; sha256 = "sha256-t0M+jBGDKq2TSLCRFdAo0H875yylFEc2n8rYYWLtWSc=";
}; };
subPackages = "cmd/pinniped"; subPackages = "cmd/pinniped";
vendorHash = "sha256-dX8bbUX6ya1S282677OqOlQT+dNW4dKpAX1Hw3B6fZU="; vendorHash = "sha256-ECaudBXkqTWMi3KmQ9j8tzjPaD0CRTQXzF5n5s6G2lo=";
ldflags = [ ldflags = [
"-s" "-s"