summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathew Polzin <matt.polzin@gmail.com>2024-03-02 22:06:16 -0600
committerMathew Polzin <matt.polzin@gmail.com>2024-03-05 19:43:13 -0600
commite188a6bc2a41dd30fbf83ee0cf18c373096c812e (patch)
tree0bcff7bdcb4e94d02fb26eb6f1171f9fd3e0c7be
parent268690ff59e25a06a7c782900144df92ed545584 (diff)
k9s: 0.31.9 -> 0.32.2
-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 7b238fb8b1f1..c20dee0bac78 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.9";
+ version = "0.32.2";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
- hash = "sha256-yPSAHqnGdLW2a2TCR7HPl8e5WlG+ruHwITATtivtBnw=";
+ hash = "sha256-lqLXk98rH5ZBI54ovj7YlyPh88d9Z9/jPjwUixeNJQc=";
};
ldflags = [
@@ -23,7 +23,7 @@ buildGoModule rec {
proxyVendor = true;
- vendorHash = "sha256-roHFUKH72BSzqZp2qh/Hw7rfTXj9yqpJyB2dozUz+Y8=";
+ vendorHash = "sha256-R/lQAjEfch3RtJNsny6ox0ZgUOFGZdoUEgmeIIM/pmQ=";
# TODO investigate why some config tests are failing
doCheck = !(stdenv.isDarwin && stdenv.isAarch64);