k9s: 0.30.7 -> 0.30.8

This commit is contained in:
Paul Meyer 2024-01-03 23:21:50 +01:00
parent 020146194a
commit 116d545128

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k9s";
version = "0.30.7";
version = "0.30.8";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
hash = "sha256-Ztdhb5AEZwlC7K7CUixb13eAD3Yp3EERJDPnmMuaCAA=";
hash = "sha256-RIk3e/rySYev5n0NLN6ZYHIx3ssfdUXnzBJ2y6Y/n5U=";
};
ldflags = [