about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-02-19 23:14:51 +0900
committerGitHub <noreply@github.com>2024-02-19 23:14:51 +0900
commite575dcd6e7998d3ab57c1a13ed1872c972c91c26 (patch)
tree944f3eae7ca48ee18020e1f37369241c5cbcf4c9 /pkgs/applications/networking
parentc91d7990ea3bafee2aad03a163c893f11b2cbc38 (diff)
parent50f840e4f46ae5b95920ec72ef70f9d45e315291 (diff)
downloadnixlib-e575dcd6e7998d3ab57c1a13ed1872c972c91c26.tar
nixlib-e575dcd6e7998d3ab57c1a13ed1872c972c91c26.tar.gz
nixlib-e575dcd6e7998d3ab57c1a13ed1872c972c91c26.tar.bz2
nixlib-e575dcd6e7998d3ab57c1a13ed1872c972c91c26.tar.lz
nixlib-e575dcd6e7998d3ab57c1a13ed1872c972c91c26.tar.xz
nixlib-e575dcd6e7998d3ab57c1a13ed1872c972c91c26.tar.zst
nixlib-e575dcd6e7998d3ab57c1a13ed1872c972c91c26.zip
Merge pull request #289451 from r-ryantm/auto-update/k9s
k9s: 0.31.8 -> 0.31.9
Diffstat (limited to 'pkgs/applications/networking')
-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 c40a5c3d5613..7b238fb8b1f1 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.31.8";
+  version = "0.31.9";
 
   src = fetchFromGitHub {
     owner = "derailed";
     repo = "k9s";
     rev = "v${version}";
-    hash = "sha256-sZtMeFoi3UJO5uV4zOez1TbpBCtfclGhZTrYGZ/+Mio=";
+    hash = "sha256-yPSAHqnGdLW2a2TCR7HPl8e5WlG+ruHwITATtivtBnw=";
   };
 
   ldflags = [
@@ -23,7 +23,7 @@ buildGoModule rec {
 
   proxyVendor = true;
 
-  vendorHash = "sha256-0Tq74BtSk5mp0eZjTevvDFWnEc5tnSwO7ZckcJXd/Yo=";
+  vendorHash = "sha256-roHFUKH72BSzqZp2qh/Hw7rfTXj9yqpJyB2dozUz+Y8=";
 
   # TODO investigate why some config tests are failing
   doCheck = !(stdenv.isDarwin && stdenv.isAarch64);