Merge pull request #80764 from r-ryantm/auto-update/kubectx

kubectx: 0.7.1 -> 0.8.0
This commit is contained in:
Mario Rodas 2020-02-22 10:59:55 -05:00 committed by GitHub
commit 71368f3488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "kubectx";
version = "0.7.1";
version = "0.8.0";
src = fetchFromGitHub {
owner = "ahmetb";
repo = pname;
rev = "v${version}";
sha256 = "0mv40jh94by99i5wkf3p52wk4l68hvly1k5gnn7zsy9avc8fjd0p";
sha256 = "1wkvmic29mkzfs6619wjs3mya8ffigwv9n1w9y7zkfvpi8gxa0a6";
};
buildInputs = [ makeWrapper ];