Skip to content

Commit

Permalink
kubetail: 1.6.10 -> 1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 31, 2020
1 parent dd049a4 commit db3a38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/kubetail/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "kubetail";
version = "1.6.10";
version = "1.6.12";

src = fetchFromGitHub {
owner = "johanhaleby";
repo = "kubetail";
rev = version;
sha256 = "0bg872n9fs6pl03rmjny9sgby718yznx9jwi5rx3hi4km3ha9j0b";
sha256 = "0hayfd7yvdhd2klfmhvl04hfqk0nfsimjyg3kbq8c5dbgbpz05nd";
};

installPhase = ''
Expand Down

0 comments on commit db3a38f

Please sign in to comment.