about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/k9s
diff options
context:
space:
mode:
authorAustin Horstman <khaneliman12@gmail.com>2023-11-06 22:02:36 -0600
committerJörg Thalheim <Mic92@users.noreply.github.com>2023-11-07 09:45:32 +0100
commitdcd6057e4a14741c2746ba12428f0cb359e23fc6 (patch)
treedb97583808f841da4727b05187d44babd498d0f1 /pkgs/applications/networking/cluster/k9s
parentf8ea4c166427651c0233a6ee8da0690f35724c06 (diff)
k9s: 0.27.4 -> 0.28.0
Diffstat (limited to 'pkgs/applications/networking/cluster/k9s')
-rw-r--r--pkgs/applications/networking/cluster/k9s/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/k9s/default.nix b/pkgs/applications/networking/cluster/k9s/default.nix
index bcd553c117a64..308c5cd4db6b6 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.27.4";
+  version = "0.28.0";
 
   src = fetchFromGitHub {
     owner  = "derailed";
     repo   = "k9s";
     rev    = "v${version}";
-    sha256 = "sha256-SMdpjeMerIEc0oeNe0SfZyc3yQTq6eif1fDLICNceKY=";
+    sha256 = "sha256-qFZLl37Y9g9LMRnWacwz46cgjVreLg2WyWZrSj3T4ok=";
   };
 
   ldflags = [
@@ -20,7 +20,7 @@ buildGoModule rec {
 
   tags = [ "netgo" ];
 
-  vendorHash = "sha256-wh4WjfDBX9xdtF9fBjSLPBbqb6k8H/LpWO9eTn86le4=";
+  vendorHash = "sha256-TfU1IzTdrWQpK/YjQQImRGeo7byaXUI182xSed+21PU=";
 
   # TODO investigate why some config tests are failing
   doCheck = !(stdenv.isDarwin && stdenv.isAarch64);