about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-26 11:23:51 -0500
committerGitHub <noreply@github.com>2023-12-26 11:23:51 -0500
commit72afaa509a64806ce811e4c6ae2521b264d92d12 (patch)
tree318f2afa5ae24ad9960b209069deb9cd58165d7a /pkgs/applications/networking/cluster
parent5e3049b2b449dc0dc95510a04868e489dad1ad80 (diff)
parent3a22fbfdd26dd39702028d388d6da18b73fbd3ea (diff)
Merge pull request #276927 from r-ryantm/auto-update/kubefirst
kubefirst: 2.3.6 -> 2.3.7
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/kubefirst/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kubefirst/default.nix b/pkgs/applications/networking/cluster/kubefirst/default.nix
index 06d774c80bd43..c7c2b795179c3 100644
--- a/pkgs/applications/networking/cluster/kubefirst/default.nix
+++ b/pkgs/applications/networking/cluster/kubefirst/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "kubefirst";
-  version = "2.3.6";
+  version = "2.3.7";
 
   src = fetchFromGitHub {
     owner = "kubefirst";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-PFI7sBLcDIxes7fJnT1sgJbRITyoYptpupfOd6lisjs=";
+    hash = "sha256-oJWQ5u85uQrHnf3VxY0vJwgGePxB4pg+LD0gofYIB1g=";
   };
 
   vendorHash = "sha256-blMKBgSBRCVlXu8n3wcd2iMkBTALe2gPxy0Z4uwxUWI=";