k9s: 0.32.2 -> 0.32.3

This commit is contained in:
R. Ryantm
2024-03-07 04:58:17 +00:00
parent f32e786e98
commit 672b0cdb2f
@@ -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 = [