Skip to content

Commit

Permalink
k9s: 0.9.3 -> 0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Feb 1, 2020
1 parent 096a51a commit a6e9b59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/networking/cluster/k9s/default.nix
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
pname = "k9s";
version = "0.9.3";
version = "0.13.6";
# rev is the release commit, mainly for version command output
rev = "1a9a83b34cdd0c9b4e793ed6b4b5c16ea1a949a0";
rev = "8fedc42304ce33df314664eb0c4ac73be59065af";

src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = version;
sha256 = "0k27mfccz563r18zlbaxll305vrmrx19ym6znsikvqxlmhy86g36";
rev = "v${version}";
sha256 = "1gffbj6pgys6k3i8ikcy3yr2r9cwg0xki55yz5yg6z4a8h0jc8a6";
};

buildFlagsArray = ''
Expand All @@ -20,7 +20,7 @@ buildGoModule rec {
-X github.com/derailed/k9s/cmd.commit=${rev}
'';

modSha256 = "09rwbl8zd06ax5hidm5l1schwqvsr5ndlqh09w1rq9fqjijy649y";
modSha256 = "04k1wfhyignxy84pvq09fxvvk7pxdswbrzxvxc50dz8n8y7wcnjf";

meta = with stdenv.lib; {
description = "Kubernetes CLI To Manage Your Clusters In Style.";
Expand Down

0 comments on commit a6e9b59

Please sign in to comment.