nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

pinniped: 0.38.0 -> 0.39.0

R. Ryantm cc3615f4 198e914f

+3 -3
+3 -3
pkgs/by-name/pi/pinniped/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "pinniped"; 10 - version = "0.38.0"; 10 + version = "0.39.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "vmware-tanzu"; 14 14 repo = "pinniped"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-vnmH8zhjecghaNe7/oguCOs9OXmtBRGdZeH4n24oXsg="; 16 + sha256 = "sha256-t0M+jBGDKq2TSLCRFdAo0H875yylFEc2n8rYYWLtWSc="; 17 17 }; 18 18 19 19 subPackages = "cmd/pinniped"; 20 20 21 - vendorHash = "sha256-dX8bbUX6ya1S282677OqOlQT+dNW4dKpAX1Hw3B6fZU="; 21 + vendorHash = "sha256-ECaudBXkqTWMi3KmQ9j8tzjPaD0CRTQXzF5n5s6G2lo="; 22 22 23 23 ldflags = [ 24 24 "-s"