kubectx: 0.10.0 -> 0.10.2 (#503406)
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user