about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/k9s
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-01-03 09:38:28 +0100
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-01-03 09:38:28 +0100
commitb7ad0cc20720f29455540597eab5d15c83e1b325 (patch)
tree195bbc7a247595e0c3a44137eef965c4dd57cf6a /pkgs/applications/networking/cluster/k9s
parent65f0d241783c94a08e4c9a3870736fc8854dd520 (diff)
k9s: 0.30.6 -> 0.30.7
Diffstat (limited to 'pkgs/applications/networking/cluster/k9s')
-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 b43e4c70b3aef..b77e382b58f21 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.6";
+  version = "0.30.7";
 
   src = fetchFromGitHub {
     owner = "derailed";
     repo = "k9s";
     rev = "v${version}";
-    hash = "sha256-ro2gm3EYput9l0CCfSPeRB/mTtEXlGIcZ00H0pCtQi8=";
+    hash = "sha256-Ztdhb5AEZwlC7K7CUixb13eAD3Yp3EERJDPnmMuaCAA=";
   };
 
   ldflags = [