diff --git a/pkgs/by-name/ku/kubectx/package.nix b/pkgs/by-name/ku/kubectx/package.nix index c468f8fbacb5..9e2287753123 100644 --- a/pkgs/by-name/ku/kubectx/package.nix +++ b/pkgs/by-name/ku/kubectx/package.nix @@ -7,16 +7,16 @@ buildGoModule (finalAttrs: { pname = "kubectx"; - version = "0.10.0"; + version = "0.10.2"; src = fetchFromGitHub { owner = "ahmetb"; repo = "kubectx"; rev = "v${finalAttrs.version}"; - hash = "sha256-LgZz/fRpIf/D3WmRic/P8O+wOrgKbDyAyBWzdOxXjKQ="; + hash = "sha256-rbfdqksNqWv2evrCl+2jMft2wBo7iWJoLvCABl1MUgk="; }; - vendorHash = "sha256-BbGXJM1RMn7dgd8aaaGxRkqgs398rwpONWUcCcWNZow="; + vendorHash = "sha256-6bzTLnT69IdLwgbz/zZhjQYm8WpimJlItutW6fvwACs="; nativeBuildInputs = [ installShellFiles ]; @@ -34,6 +34,9 @@ buildGoModule (finalAttrs: { description = "Fast way to switch between clusters and namespaces in kubectl"; license = lib.licenses.asl20; homepage = "https://github.com/ahmetb/kubectx"; - maintainers = with lib.maintainers; [ jlesquembre ]; + maintainers = with lib.maintainers; [ + jlesquembre + miniharinn + ]; }; })