pinniped: 0.39.0 -> 0.40.0

This commit is contained in:
R. Ryantm 2025-08-04 20:54:34 +00:00
parent 68071df053
commit b2f1574b69

View File

@ -7,18 +7,18 @@
buildGoModule rec {
pname = "pinniped";
version = "0.39.0";
version = "0.40.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "pinniped";
rev = "v${version}";
sha256 = "sha256-t0M+jBGDKq2TSLCRFdAo0H875yylFEc2n8rYYWLtWSc=";
sha256 = "sha256-VFBiy7EKJ0J407PAWDlBNXxLWpZ4w3ai4yk32kn18rI=";
};
subPackages = "cmd/pinniped";
vendorHash = "sha256-ECaudBXkqTWMi3KmQ9j8tzjPaD0CRTQXzF5n5s6G2lo=";
vendorHash = "sha256-OGZ9/pXudz9YmxeEkMP710+RwHOCig0yDqo+X/o9eJw=";
ldflags = [
"-s"