pinniped: 0.23.0 -> 0.24.0

This commit is contained in:
R. Ryantm 2023-06-08 03:44:12 +00:00
parent b9e05544c9
commit 4847bf2cf8

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" ];