pinniped: 0.25.0 -> 0.26.0

This commit is contained in:
R. Ryantm 2023-09-25 02:47:14 +00:00
parent 7a862f0a66
commit 0ec8744ee4

View File

@ -2,18 +2,18 @@
buildGoModule rec{
pname = "pinniped";
version = "0.25.0";
version = "0.26.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "pinniped";
rev = "v${version}";
sha256 = "sha256-tUdPeBqAXYaBB2rtkhrhN3kRSVv8dg0UI7GEmIdO+fc=";
sha256 = "sha256-z+JwtrP3WGMK11RRYrDig5SrX6YCj7U3AwuLg/J8dgs=";
};
subPackages = "cmd/pinniped";
vendorHash = "sha256-IFVXNd1UkfZiw8YKG3v9uHCJQCE3ajOsjbHv5r3y3L4=";
vendorHash = "sha256-QywpqgQj76x0zmn4eC74fy7UECK4K81WO+nxOYKZqq0=";
ldflags = [ "-s" "-w" ];