summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-06-29 10:57:16 +0700
committerGitHub <noreply@github.com>2021-06-29 10:57:16 +0700
commit46cef20015414db8411aefae82d92292f41456ea (patch)
treeac1dad677e8eda4445504cfa35b18d7113e6d8f6 /pkgs/applications/networking
parent7989f7ee7440749bb404529069a3c8f0323156df (diff)
parent40db7836fe09eadd3cfcf9127011b10ffd0e4f95 (diff)
downloadnixpkgs-46cef20015414db8411aefae82d92292f41456ea.tar
nixpkgs-46cef20015414db8411aefae82d92292f41456ea.tar.gz
nixpkgs-46cef20015414db8411aefae82d92292f41456ea.tar.bz2
nixpkgs-46cef20015414db8411aefae82d92292f41456ea.tar.lz
nixpkgs-46cef20015414db8411aefae82d92292f41456ea.tar.xz
nixpkgs-46cef20015414db8411aefae82d92292f41456ea.tar.zst
nixpkgs-46cef20015414db8411aefae82d92292f41456ea.zip
Merge pull request #128574 from r-ryantm/auto-update/k9s
k9s: 0.24.10 -> 0.24.11
Diffstat (limited to 'pkgs/applications/networking')
-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 ad719061847..cb2ca48b907 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.24.10";
+  version = "0.24.11";
 
   src = fetchFromGitHub {
     owner  = "derailed";
     repo   = "k9s";
     rev    = "v${version}";
-    sha256 = "sha256-ImWIR112q59hyKHXBmb9W6eVvu4xr+U4+uh2ZGcXv1g=";
+    sha256 = "sha256-UWY4r7pasFsmlRRKFANyxPIoNNuMPNg1gMXrAXEcqdw=";
   };
 
   buildFlagsArray = ''