Skip to content

Commit

Permalink
Merge pull request #150851 from bryanasdev000/pkg-k9s-new
Browse files Browse the repository at this point in the history
k9s: 0.25.8 -> 0.25.12
  • Loading branch information
thiagokokada authored Dec 15, 2021
2 parents 4a752c5 + f56e263 commit 1f7ea35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/k9s/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "k9s";
version = "0.25.8";
version = "0.25.12";

src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
sha256 = "sha256-ZHIFMNY6eW3t604Kd6Cb9Ex9DbsG31ShD4ITKnDAUbs=";
sha256 = "sha256-S+roKkAtiGJmp/MHFeB+8mLQDL9okzLuJW6DMz3dQDk=";
};

ldflags = [
Expand Down

0 comments on commit 1f7ea35

Please sign in to comment.