kubectl-explore: 0.7.1 -> 0.7.2

This commit is contained in:
R. Ryantm 2024-01-28 03:35:39 +00:00
parent d275de7163
commit 29a9e3d1a0

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubectl-explore";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "keisku";
repo = "kubectl-explore";
rev = "v${version}";
hash = "sha256-4WxvVsA05Mta7AcrGe26B+Up+x/gwdlCnb/PN9Ehu18=";
hash = "sha256-OVPct3EvtchH9pmMulIddsiR9VFoCegx9+O7lkecoJc=";
};
vendorHash = "sha256-z/bPfY9UVqOnrA9jNUtM7jg53/URAMAJQAqH9D5KVPQ=";
vendorHash = "sha256-l6SANWkDQSuLbyixbO/Xr2oRG8HR/qquTT9b/IM+JVg=";
doCheck = false;
meta = with lib; {