Skip to content

Commit

Permalink
k9s: 0.32.2 -> 0.32.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 7, 2024
1 parent f32e786 commit 672b0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.2";
version = "0.32.3";

src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
hash = "sha256-lqLXk98rH5ZBI54ovj7YlyPh88d9Z9/jPjwUixeNJQc=";
hash = "sha256-rw+MoMI/VmFvCE94atfP+djg+N75qwRfxjRlyCvLxR8=";
};

ldflags = [
Expand Down

0 comments on commit 672b0cd

Please sign in to comment.