kubectl-tree: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm 2022-10-27 11:46:44 +00:00 committed by Bobby Rong
parent f437917679
commit 276ab9c4c6

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubectl-tree";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "ahmetb";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tE3ujknd7GDjTPIzZaL1Ynm6F9tJI/R1u2l0nCttjrI=";
sha256 = "sha256-J4/fiTECcTE0N2E+MPrQKE9Msvvm8DLdvLbnDUnUo74=";
};
vendorSha256 = "sha256-EQEsOJ/IZoR+9CjfFtQmBGeUXgmtACDvvpKCgnep+go=";
vendorSha256 = "sha256-iblEfpYOvTjd3YXQ3Mmj5XckivHoXf4336H+F7NEfBA=";
meta = with lib; {
description = "kubectl plugin to browse Kubernetes object hierarchies as a tree";