summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/pinniped
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-25 02:47:14 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-25 02:47:14 +0000
commit0ec8744ee4ad02ec5f55dd0ea71aee190d7f6a77 (patch)
tree6c062cf6eab254df056a3d9a40b226ebf271eeef /pkgs/applications/networking/cluster/pinniped
parent7a862f0a660d5bd850457a0ad7772e1672109ccd (diff)
pinniped: 0.25.0 -> 0.26.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 b04c770dd981f..823fdfb434d72 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.25.0";
+  version = "0.26.0";
 
   src = fetchFromGitHub {
     owner = "vmware-tanzu";
     repo = "pinniped";
     rev = "v${version}";
-    sha256 = "sha256-tUdPeBqAXYaBB2rtkhrhN3kRSVv8dg0UI7GEmIdO+fc=";
+    sha256 = "sha256-z+JwtrP3WGMK11RRYrDig5SrX6YCj7U3AwuLg/J8dgs=";
   };
 
   subPackages = "cmd/pinniped";
 
-  vendorHash = "sha256-IFVXNd1UkfZiw8YKG3v9uHCJQCE3ajOsjbHv5r3y3L4=";
+  vendorHash = "sha256-QywpqgQj76x0zmn4eC74fy7UECK4K81WO+nxOYKZqq0=";
 
   ldflags = [ "-s" "-w" ];