Skip to content

Commit

Permalink
Merge pull request #191668 from LeSuisse/pinniped-0.19.0
Browse files Browse the repository at this point in the history
pinniped: 0.17.0 -> 0.19.0
  • Loading branch information
risicle committed Sep 18, 2022
2 parents aa59abf + 8d44b22 commit 2b87df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/pinniped/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

buildGoModule rec{
pname = "pinniped";
version = "0.17.0";
version = "0.19.0";

src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "pinniped";
rev = "v${version}";
sha256 = "sha256-0h7zyKe2gmC1n9EB5FRVI/io7Yj+91ZAtLy+1u3gyO0=";
sha256 = "sha256-VGvT0jj2f4+jiaPQkebL0GE+W4U8+RfSEsGr2sNBu2Q=";
};

subPackages = "cmd/pinniped";

vendorSha256 = "sha256-8ohyyciL1ORYOxPu64W0jXASTv+vVZR8StutzbF9N4Y=";
vendorSha256 = "sha256-7jQRUYJiRdYuAy3x+VPK4Nh5GF6ME7juloagm85oOVg=";

ldflags = [ "-s" "-w" ];

Expand Down

0 comments on commit 2b87df5

Please sign in to comment.