Skip to content

Commit

Permalink
Merge pull request #332663 from NixOS/backport-321130-to-release-24.05
Browse files Browse the repository at this point in the history
[Backport release-24.05] k9s: 0.32.4 -> 0.32.5
  • Loading branch information
NickCao authored Aug 6, 2024
2 parents 59be168 + c4bea3d commit 00ad5d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/k9s/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "k9s";
version = "0.32.4";
version = "0.32.5";

src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
hash = "sha256-0MAnN1ekzHLs25EspDN3xacmDvwXGwKO/5RsCMMwTI8=";
hash = "sha256-H0PimkPXs2/iirOpN82az3Bge71k1RZOhMtr0UmGOy8=";
};

ldflags = [
Expand All @@ -23,7 +23,7 @@ buildGoModule rec {

proxyVendor = true;

vendorHash = "sha256-Eaz56iU862KDAlVPuMo8qPuWSFCxEFcJ3Qubl9TUiyI=";
vendorHash = "sha256-U/tIsYpoog3S8V2yQGGqaQ+Av7TfvCYt3zn74qWuQKs=";

# TODO investigate why some config tests are failing
doCheck = !(stdenv.isDarwin && stdenv.isAarch64);
Expand Down

0 comments on commit 00ad5d7

Please sign in to comment.