pinniped: 0.33.0 -> 0.35.0 (#360469)

This commit is contained in:
Weijia Wang
2024-12-09 19:19:36 +01:00
committed by GitHub
+3 -3
View File
@@ -2,18 +2,18 @@
buildGoModule rec{
pname = "pinniped";
version = "0.33.0";
version = "0.35.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "pinniped";
rev = "v${version}";
sha256 = "sha256-BcDUXu/p5BYPrisJJBcaAGHL0k7FHMRKj1/z6Bz9hLU=";
sha256 = "sha256-6cvF2aBibEG7EfzeM/hb/263+AY/OtmY/qcMWmZ1p84=";
};
subPackages = "cmd/pinniped";
vendorHash = "sha256-quGhv2JpMseQps9qPvuJ6Jit8CxcSCOWYHG684whwl4=";
vendorHash = "sha256-I8lO4jUMFh0icwxSBCTgtFBn2nq10FKOx39XBHDdEZg=";
ldflags = [ "-s" "-w" ];