We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ace1a7 + 9d1f0b2 commit 041d4a3Copy full SHA for 041d4a3
pkgs/by-name/pi/pinniped/package.nix
@@ -7,18 +7,18 @@
7
8
buildGoModule rec {
9
pname = "pinniped";
10
- version = "0.40.0";
+ version = "0.41.0";
11
12
src = fetchFromGitHub {
13
owner = "vmware-tanzu";
14
repo = "pinniped";
15
rev = "v${version}";
16
- sha256 = "sha256-VFBiy7EKJ0J407PAWDlBNXxLWpZ4w3ai4yk32kn18rI=";
+ sha256 = "sha256-PCSRT3oYqfIsB5vWDIBV1tzRovDfrZOjLrINzos1RL0=";
17
};
18
19
subPackages = "cmd/pinniped";
20
21
- vendorHash = "sha256-OGZ9/pXudz9YmxeEkMP710+RwHOCig0yDqo+X/o9eJw=";
+ vendorHash = "sha256-UYDmTwbT5odLMthGRqWuSr4G4oAU8zuWWRrMclIaY8g=";
22
23
ldflags = [
24
"-s"
0 commit comments