Skip to content

Commit

Permalink
k9s: 0.32.5 -> 0.32.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 22, 2024
1 parent 811c0af commit bbac251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/k9/k9s/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

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

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

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

proxyVendor = true;

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

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

0 comments on commit bbac251

Please sign in to comment.