Unverified Commit 390dc908 authored by Wael Nasreddine's avatar Wael Nasreddine Committed by GitHub
Browse files

Merge pull request #291746 from r-ryantm/auto-update/kubetail

kubetail: 1.6.19 -> 1.6.20
parents da3cc41b 3d7ddbc2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "kubetail";
  version = "1.6.19";
  version = "1.6.20";

  src = fetchFromGitHub {
    owner = "johanhaleby";
    repo = "kubetail";
    rev = version;
    sha256 = "sha256-s+rz30VWG4RijeJuRYEhCmgFDjaxJ+4twgXrGkNc5c8=";
    sha256 = "sha256-RbbZHKXRtbs42cCbw+xb8TLul6ebUeCiNclMFF39c3M=";
  };

  nativeBuildInputs = [ installShellFiles makeWrapper ];