Unverified Commit fef8a583 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #284402 from r-ryantm/auto-update/kubectl-explore

kubectl-explore: 0.7.1 -> 0.7.2
parents 85b5e814 29a9e3d1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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; {