about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-12-26 16:07:59 +0100
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-12-26 16:07:59 +0100
commit791d5780bc1bdc36f677ccd8f96033191716e5b5 (patch)
treed6f7a2e2a82bf5b3f3400a33cb986d4644b29fa1 /pkgs/applications/networking/cluster
parentc609d66376aac35fe600269b82adfe3f4c19d309 (diff)
k9s: 0.30.2 -> 0.30.3
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/k9s/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/k9s/default.nix b/pkgs/applications/networking/cluster/k9s/default.nix
index 4246b81894278..31d36fbc54e44 100644
--- a/pkgs/applications/networking/cluster/k9s/default.nix
+++ b/pkgs/applications/networking/cluster/k9s/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "k9s";
-  version = "0.30.2";
+  version = "0.30.3";
 
   src = fetchFromGitHub {
     owner = "derailed";
     repo = "k9s";
     rev = "v${version}";
-    hash = "sha256-sAXbiK8jba2SDDlhUWbecOPDMBQXXfPEmnnY5cj3WHs=";
+    hash = "sha256-gwVDgHRtn3btbOTuJFcHzkrqU6oBwjYwMI3vbSYevhw=";
   };
 
   ldflags = [