about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-20 07:38:17 -0400
committerGitHub <noreply@github.com>2024-04-20 07:38:17 -0400
commit26f7aabc3d5cc6020c083db73ba6decb767976ba (patch)
treecd6baef0e7b7f6eb3d50b33cce5364bdc38e0473 /pkgs
parentf1e16eae56ac09fc67894ad47eb30b3b8e943c39 (diff)
parent5ac5894bcf3e0fc009c38f88e6e3a4412ac4ae32 (diff)
Merge pull request #305438 from r-ryantm/auto-update/kubefirst
kubefirst: 2.4.3 -> 2.4.5
Diffstat (limited to 'pkgs')
-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 01f05ba65ac94..e4d704d6ff27d 100644
--- a/pkgs/applications/networking/cluster/kubefirst/default.nix
+++ b/pkgs/applications/networking/cluster/kubefirst/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "kubefirst";
-  version = "2.4.3";
+  version = "2.4.5";
 
   src = fetchFromGitHub {
     owner = "kubefirst";
     repo = "kubefirst";
     rev = "refs/tags/v${version}";
-    hash = "sha256-wxIXXCB7+s3RfDjSxwlp0BBTZMb/9GFZ7cYm7L471U8=";
+    hash = "sha256-CkssgMr/4VGNQHyvaPnXBOf6HdExnhB7MjpJ3yQ9kfI=";
   };
 
   vendorHash = "sha256-ZcZl4knlyKAwTsiyZvlkN5e2ox30B5aNzutI/2UEE9U=";