k9s: 0.26.3 -> 0.26.5

main
Bryan A. S 2 years ago committed by Matthieu Coudron
parent b225d54ffc
commit c326066800
  1. 6
      pkgs/applications/networking/cluster/k9s/default.nix

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k9s";
version = "0.26.3";
version = "0.26.5";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
sha256 = "sha256-Czjx6YTyFKAP8ZuwBpTpRfjDdRdd8GQ0ggbe5LMb8uA=";
sha256 = "sha256-IARb8MGFIg2X5rOipQyM2qL3fXa6xRS58cavR4ytH+k=";
};
ldflags = [
@ -20,7 +20,7 @@ buildGoModule rec {
tags = [ "netgo" ];
vendorSha256 = "sha256-rnROcJA4f0YjDGKEncrMmf/43VKrbgpmM3TvV1MMiWU=";
vendorSha256 = "sha256-gNZBq1fdNYmcRe5MmLrrGtff2cEf/YFxJ9I2rkH+umE=";
# TODO investigate why some config tests are failing
doCheck = !(stdenv.isDarwin && stdenv.isAarch64);

Loading…
Cancel
Save