k9s: 0.30.5 -> 0.30.6

This commit is contained in:
Paul Meyer
2023-12-28 22:52:53 +01:00
parent 65a380f837
commit 966088c51b
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k9s";
version = "0.30.5";
version = "0.30.6";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
hash = "sha256-YK0sgcZj7I3On96C69PTJNjLHAoqrOA/usOBxiHXICM=";
hash = "sha256-ro2gm3EYput9l0CCfSPeRB/mTtEXlGIcZ00H0pCtQi8=";
};
ldflags = [