Merge pull request #277294 from katexochen/k9s/0-30-5

k9s: 0.30.4 -> 0.30.6
This commit is contained in:
Pascal Bach 2023-12-31 10:41:05 +01:00 committed by GitHub
commit 586d5cfa1c
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.4";
version = "0.30.6";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
hash = "sha256-P06hKqVu/aUttjwdFVCvzC80WWbQn94bXk3LVl/97yw=";
hash = "sha256-ro2gm3EYput9l0CCfSPeRB/mTtEXlGIcZ00H0pCtQi8=";
};
ldflags = [