about 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-12-17 20:21:35 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-17 20:21:35 +0000
commit6745b4928fd4d0999bea3739123c376fe8b48790 (patch)
tree7387ced300ba87f055f78170246687ccd0cfe76c /pkgs/applications/networking/cluster/pinniped
parent17eaac83fe050b74f8d9cc968ef69552459663d9 (diff)
pinniped: 0.27.0 -> 0.28.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 bf028f30f7493..3d8f0755ca0e6 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.27.0";
+  version = "0.28.0";
 
   src = fetchFromGitHub {
     owner = "vmware-tanzu";
     repo = "pinniped";
     rev = "v${version}";
-    sha256 = "sha256-Nhm2dLEFI+fAJ2lLE9z+3Qug3bbsoiRjex89Pa9oAVQ=";
+    sha256 = "sha256-JP7p6+0FK492C3nPOrHw/bHMpNits8MG2+rn8ofGT/0=";
   };
 
   subPackages = "cmd/pinniped";
 
-  vendorHash = "sha256-4y513BkV3EYgqlim2eXw02m36wtUVQeegmQiMZ3HyWg=";
+  vendorHash = "sha256-6zTk+7RimDL4jW7Fa4zjsE3k5+rDaKNMmzlGCqEnxVE=";
 
   ldflags = [ "-s" "-w" ];