pinniped: 0.22.0 -> 0.23.0

This commit is contained in:
R. Ryantm 2023-04-26 06:03:24 +00:00
parent 64a2fcb824
commit 878f4e62e9

View File

@ -2,18 +2,18 @@
buildGoModule rec{
pname = "pinniped";
version = "0.22.0";
version = "0.23.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "pinniped";
rev = "v${version}";
sha256 = "sha256-gi6uFJFP3hdHJqH9y7Q8tUGRJECPHxbajU5BJeBcJzo=";
sha256 = "sha256-noWNklLRYW0l7fGBnsTQk8v5t+mwKheh0egHxL+YxAE=";
};
subPackages = "cmd/pinniped";
vendorHash = "sha256-4N8HtBeGeu22Go63dV0WBdbheXylButu+M9vZL7qOcU=";
vendorHash = "sha256-P28L+IHZ+To08Y4gdv/VldAoVcMnCPlZDxy7xe5OP8o=";
ldflags = [ "-s" "-w" ];