k9s: 0.7.13 -> 0.8.4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
083c3b9251
commit
3c10b93320
@ -2,18 +2,17 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "k9s";
|
pname = "k9s";
|
||||||
version = "0.7.13";
|
version = "0.8.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "derailed";
|
owner = "derailed";
|
||||||
repo = "k9s";
|
repo = "k9s";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0wsj6wc2qi5708cg47l2qblq1cg8fcwxdygpkayib9hapx6lc6f8";
|
sha256 = "0wsj6wc2qi5708cg47l2qblq1cg8fcwxdygpkayib9hapx6lc6f8";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "1ia9wx6yd9mdr981lcw58xv39iqzz25r03bmn1c6byxmq2xpcjq8";
|
modSha256 = "1ia9wx6yd9mdr981lcw58xv39iqzz25r03bmn1c6byxmq2xpcjq8";
|
||||||
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Kubernetes CLI To Manage Your Clusters In Style.";
|
description = "Kubernetes CLI To Manage Your Clusters In Style.";
|
||||||
homepage = https://github.com/derailed/k9s;
|
homepage = https://github.com/derailed/k9s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user