k9s: 0.32.3 -> 0.32.4

This commit is contained in:
R. Ryantm 2024-03-22 18:12:38 +00:00
parent 0cb727d0b5
commit a12c8acd88
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k9s";
version = "0.32.3";
version = "0.32.4";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
hash = "sha256-rw+MoMI/VmFvCE94atfP+djg+N75qwRfxjRlyCvLxR8=";
hash = "sha256-0MAnN1ekzHLs25EspDN3xacmDvwXGwKO/5RsCMMwTI8=";
};
ldflags = [
@ -23,7 +23,7 @@ buildGoModule rec {
proxyVendor = true;
vendorHash = "sha256-R/lQAjEfch3RtJNsny6ox0ZgUOFGZdoUEgmeIIM/pmQ=";
vendorHash = "sha256-Eaz56iU862KDAlVPuMo8qPuWSFCxEFcJ3Qubl9TUiyI=";
# TODO investigate why some config tests are failing
doCheck = !(stdenv.isDarwin && stdenv.isAarch64);