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

k9s: 0.24.10 -> 0.24.11
This commit is contained in:
Ben Siraphob 2021-06-29 10:57:16 +07:00 committed by GitHub
commit 46cef20015
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.24.10";
version = "0.24.11";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
sha256 = "sha256-ImWIR112q59hyKHXBmb9W6eVvu4xr+U4+uh2ZGcXv1g=";
sha256 = "sha256-UWY4r7pasFsmlRRKFANyxPIoNNuMPNg1gMXrAXEcqdw=";
};
buildFlagsArray = ''