about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-02-07 07:56:48 +0000
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-02-07 07:56:48 +0000
commitd83aa4d2f475ff72159f3ca5ad91e7e77cf37e23 (patch)
tree7318efcd97aa2543b78df8b71c4828ab91cfc0da /pkgs/applications/networking
parentb141f3467b7c2a0aa04686bfd039031c01e7652c (diff)
downloadnixlib-d83aa4d2f475ff72159f3ca5ad91e7e77cf37e23.tar
nixlib-d83aa4d2f475ff72159f3ca5ad91e7e77cf37e23.tar.gz
nixlib-d83aa4d2f475ff72159f3ca5ad91e7e77cf37e23.tar.bz2
nixlib-d83aa4d2f475ff72159f3ca5ad91e7e77cf37e23.tar.lz
nixlib-d83aa4d2f475ff72159f3ca5ad91e7e77cf37e23.tar.xz
nixlib-d83aa4d2f475ff72159f3ca5ad91e7e77cf37e23.tar.zst
nixlib-d83aa4d2f475ff72159f3ca5ad91e7e77cf37e23.zip
k9s: 0.31.7 -> 0.31.8
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 6463aa7a7ddb..951d52dd4e87 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.7";
+  version = "0.31.8";
 
   src = fetchFromGitHub {
     owner = "derailed";
     repo = "k9s";
     rev = "v${version}";
-    hash = "sha256-DRxS2zhDLAC1pfsHiOEU9Xi7DhKcPwzdI3yw5JbbT18=";
+    hash = "sha256-sZtMeFoi3UJO5uV4zOez1TbpBCtfclGhZTrYGZ/+Mio=";
   };
 
   ldflags = [
@@ -23,7 +23,7 @@ buildGoModule rec {
 
   proxyVendor = true;
 
-  vendorHash = "sha256-7eeGME3KOebYYEJEFrrA+5F8rdtYT18WnRoouGyEMD8=";
+  vendorHash = "sha256-0Tq74BtSk5mp0eZjTevvDFWnEc5tnSwO7ZckcJXd/Yo=";
 
   # TODO investigate why some config tests are failing
   doCheck = !(stdenv.isDarwin && stdenv.isAarch64);