about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/pinniped
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-09-18 13:34:26 +0100
committerGitHub <noreply@github.com>2022-09-18 13:34:26 +0100
commit2b87df597bde6531daafcbebb8a74753be422241 (patch)
treed7ea56fecd1d702839f432a90bc9c2b7ad8457a0 /pkgs/applications/networking/cluster/pinniped
parentaa59abf43bc1bc34d843172c8bccad99e049fc16 (diff)
parent8d44b220dca7dcb90bbd6a6e7b56b79890758dd9 (diff)
Merge pull request #191668 from LeSuisse/pinniped-0.19.0
pinniped: 0.17.0 -> 0.19.0
Diffstat (limited to 'pkgs/applications/networking/cluster/pinniped')
-rw-r--r--pkgs/applications/networking/cluster/pinniped/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/pinniped/default.nix b/pkgs/applications/networking/cluster/pinniped/default.nix
index 61bb2000e136c..ebc074d148a9d 100644
--- a/pkgs/applications/networking/cluster/pinniped/default.nix
+++ b/pkgs/applications/networking/cluster/pinniped/default.nix
@@ -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" ];