k9s: 0.32.5 -> 0.32.6

This commit is contained in:
Kenichi Kamiya 2024-11-16 03:02:38 +09:00
parent faa18cb4e4
commit 109721fb52
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k9s";
version = "0.32.5";
version = "0.32.6";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
hash = "sha256-H0PimkPXs2/iirOpN82az3Bge71k1RZOhMtr0UmGOy8=";
hash = "sha256-jJHlFrnyvGZ0/ykmZRbSAFwzvN0j2dqddLEQoiv3oys=";
};
ldflags = [
@ -23,7 +23,7 @@ buildGoModule rec {
proxyVendor = true;
vendorHash = "sha256-U/tIsYpoog3S8V2yQGGqaQ+Av7TfvCYt3zn74qWuQKs=";
vendorHash = "sha256-/DVQghwfiPKLO0LFPFmHFO5jfActoEnlMuQP2i60R9o=";
# TODO investigate why some config tests are failing
doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64);