k9s: 0.50.5 -> 0.50.6

This commit is contained in:
Morgan Helton 2025-05-18 17:29:13 -05:00
parent ea3daf0790
commit 182d5e4fbc
No known key found for this signature in database

View file

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "k9s";
version = "0.50.5";
version = "0.50.6";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
hash = "sha256-hh00R0PCqhAUlwFps40CQ+hc6p2634WEGqNjX1mi/J8=";
hash = "sha256-cL7OD9OtkVx325KcANU8FudcOk6HMct6ve2p0qSkEoc=";
};
ldflags = [
@ -33,7 +33,7 @@ buildGoModule rec {
proxyVendor = true;
vendorHash = "sha256-g2tS1EpmG+Wba3kF9cH83JAG6EhKK4LrASGUSFtYYY8=";
vendorHash = "sha256-dATWFH5XKicdP8sftGGm2zopTef189MJWd9AM/Gxsjw=";
# TODO investigate why some config tests are failing
doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64);