Merge pull request #193190 from r-ryantm/auto-update/k9s

k9s: 0.26.5 -> 0.26.6
This commit is contained in:
Pascal Bach 2022-09-27 22:38:55 +02:00 committed by GitHub
commit be01d847ed
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.26.5";
version = "0.26.6";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
sha256 = "sha256-IARb8MGFIg2X5rOipQyM2qL3fXa6xRS58cavR4ytH+k=";
sha256 = "sha256-cWk2K1+j5P14TO7YSTY9/1RT2HjG9BtfsFJy+cg9EDs=";
};
ldflags = [