Merge pull request #278586 from katexochen/k9s/0-30-8

k9s: 0.30.7 -> 0.30.8
This commit is contained in:
Nick Cao 2024-01-04 10:54:02 -05:00 committed by GitHub
commit 903a276c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [