k9s: 0.31.5 -> 0.31.6

This commit is contained in:
Paul Meyer
2024-01-18 15:41:24 +01:00
parent fc75ae719a
commit 94ea67cef0
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k9s";
version = "0.31.5";
version = "0.31.6";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
hash = "sha256-ZNYIGs8oBy4U7y4GiOCcIhnAGRx92V+cQzTE+40QE+A=";
hash = "sha256-xMG0vhECho999WFMcmzGanAAueMggDdqtVE+IEh+1g8=";
};
ldflags = [
@@ -23,7 +23,7 @@ buildGoModule rec {
proxyVendor = true;
vendorHash = "sha256-RXKotLyH97EgfDxQzFSSgATGu96SnfwZyR3WprhwsMM=";
vendorHash = "sha256-7eeGME3KOebYYEJEFrrA+5F8rdtYT18WnRoouGyEMD8=";
# TODO investigate why some config tests are failing
doCheck = !(stdenv.isDarwin && stdenv.isAarch64);