Skip to content

Commit

Permalink
kubectx: 0.6.1 -> 0.6.2
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kubectx/versions
  • Loading branch information
r-ryantm authored and globin committed Dec 16, 2018
1 parent f6bcf08 commit 51deb89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/kubectx/default.nix
Expand Up @@ -4,13 +4,13 @@ with lib;

stdenv.mkDerivation rec {
pname = "kubectx";
version = "0.6.1";
version = "0.6.2";

src = fetchFromGitHub {
owner = "ahmetb";
repo = pname;
rev = "v${version}";
sha256 = "1507g8sm73mqfsxl3fabmj37pk9l4jddsdi4qlpf0ixhk3z1lfkg";
sha256 = "0kmzj8nmjzjfl5jgdnlizn3wmgp980xs6m9pvpplafjshx9k159c";
};

buildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 51deb89

Please sign in to comment.