Skip to content

Commit 041d4a3

Browse files
authored
pinniped: 0.40.0 -> 0.41.0 (#438314)
2 parents 7ace1a7 + 9d1f0b2 commit 041d4a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pi/pinniped/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
buildGoModule rec {
99
pname = "pinniped";
10-
version = "0.40.0";
10+
version = "0.41.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "vmware-tanzu";
1414
repo = "pinniped";
1515
rev = "v${version}";
16-
sha256 = "sha256-VFBiy7EKJ0J407PAWDlBNXxLWpZ4w3ai4yk32kn18rI=";
16+
sha256 = "sha256-PCSRT3oYqfIsB5vWDIBV1tzRovDfrZOjLrINzos1RL0=";
1717
};
1818

1919
subPackages = "cmd/pinniped";
2020

21-
vendorHash = "sha256-OGZ9/pXudz9YmxeEkMP710+RwHOCig0yDqo+X/o9eJw=";
21+
vendorHash = "sha256-UYDmTwbT5odLMthGRqWuSr4G4oAU8zuWWRrMclIaY8g=";
2222

2323
ldflags = [
2424
"-s"

0 commit comments

Comments
 (0)