3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #236566 from r-ryantm/auto-update/pinniped

pinniped: 0.23.0 -> 0.24.0
This commit is contained in:
Weijia Wang 2023-06-08 14:38:43 +03:00 committed by GitHub
commit af04e0adf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,18 @@
buildGoModule rec{
pname = "pinniped";
version = "0.23.0";
version = "0.24.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "pinniped";
rev = "v${version}";
sha256 = "sha256-noWNklLRYW0l7fGBnsTQk8v5t+mwKheh0egHxL+YxAE=";
sha256 = "sha256-v1VuCM6sMNVj6nAVuqphDUVGBc3k0oYJWt9TJb/3fP4=";
};
subPackages = "cmd/pinniped";
vendorHash = "sha256-P28L+IHZ+To08Y4gdv/VldAoVcMnCPlZDxy7xe5OP8o=";
vendorHash = "sha256-k3fFr83LPY10ASLERzUO/8ojZgx3LLGFEIjMxaGehTs=";
ldflags = [ "-s" "-w" ];