k9s: 0.24.15 -> 0.25.7

main
Bryan A. S 3 years ago
parent a7517f61ce
commit cea2e32bca
  1. 10
      pkgs/applications/networking/cluster/k9s/default.nix

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k9s";
version = "0.24.15";
version = "0.25.7";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
sha256 = "sha256-ws5JC2/WkgwxKwYtP9xtFELRhztzL6tNSvopyeC6H0Q=";
sha256 = "sha256-CFXPo8dpefrrBxCGpcGtZfLdfMYCBL/eQhHqZggK/yA=";
};
ldflags = [
@ -17,14 +17,14 @@ buildGoModule rec {
"-X github.com/derailed/k9s/cmd.commit=${src.rev}"
];
vendorSha256 = "sha256-T9khJeg5XPhVyUiu4gEEHZR6RgJF4P8LYFycqJglms8=";
vendorSha256 = "sha256-v4cd+f2GSE2ad0wWrW9x6/U6RREhFV83wVNFUMfWaA4=";
doCheck = false;
doCheck = true;
meta = with lib; {
description = "Kubernetes CLI To Manage Your Clusters In Style";
homepage = "https://github.com/derailed/k9s";
license = licenses.asl20;
maintainers = with maintainers; [ Gonzih markus1189 ];
maintainers = with maintainers; [ Gonzih markus1189 bryanasdev000 ];
};
}

Loading…
Cancel
Save