about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/k9s
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-21 04:49:17 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-21 04:49:17 +0000
commitca019ad6975a46787717e66fcc0af8f0c08bb3e1 (patch)
tree4c94676c10478498a6ec4df68e651ba33557f302 /pkgs/applications/networking/cluster/k9s
parent5be19d43a20d64e179b9fd5e6b480711702dcff3 (diff)
k9s: 0.27.2 -> 0.27.3
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 8ac275c1b9288..7c57feacfb782 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.2";
+  version = "0.27.3";
 
   src = fetchFromGitHub {
     owner  = "derailed";
     repo   = "k9s";
     rev    = "v${version}";
-    sha256 = "sha256-9wdc3Wiqry8+q/60Y7mPzH0k4dp1nKIGinxfkYBaHJY=";
+    sha256 = "sha256-oUn9qQG4rpunfeHgSlY9THkYv1aGWrVmdTZoEWeZJTs=";
   };
 
   ldflags = [
@@ -20,7 +20,7 @@ buildGoModule rec {
 
   tags = [ "netgo" ];
 
-  vendorHash = "sha256-8H7siVl6gXifQOBOLtyCeDbYflhKjaIRmP0KOTWVJk0=";
+  vendorHash = "sha256-sQ3D4JUK9epRkDZ7DC+IH+iMaLN+uKM2hZkhqji+0Zc=";
 
   # TODO investigate why some config tests are failing
   doCheck = !(stdenv.isDarwin && stdenv.isAarch64);