Skip to content

Commit

Permalink
Merge pull request #102435 from r-ryantm/auto-update/k9s
Browse files Browse the repository at this point in the history
k9s: 0.22.1 -> 0.23.3
  • Loading branch information
ryantm committed Nov 2, 2020
2 parents 565b20b + 49531d9 commit 0eb5f02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/k9s/default.nix
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "k9s";
version = "0.22.1";
version = "0.23.3";

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

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

vendorSha256 = "1432ppgd3lc0h83i6vzklfhp95s2xwaf41mv4xfryzzszjfndmvl";
vendorSha256 = "105vmy8agl3ppgi28wg7djx0jrfam7nxfvvlps9ycgyrv2qpjh2n";

doCheck = false;

Expand Down

0 comments on commit 0eb5f02

Please sign in to comment.