From 3290de00aff62112e9f2de03a50278ec78e48d54 Mon Sep 17 00:00:00 2001 From: Harinn Date: Wed, 25 Mar 2026 22:14:56 +0700 Subject: [PATCH] kubectx: 0.10.0 -> 0.10.2 --- pkgs/by-name/ku/kubectx/package.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 + ]; }; })