Skip to content

Commit

Permalink
kubectl-node-shell: 1.10.2 -> 1.11.0 (#363402)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Dec 9, 2024
2 parents cbdff0d + f5e46f6 commit f3f887a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ku/kubectl-node-shell/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation rec {
pname = "kubectl-node-shell";
version = "1.10.2";
version = "1.11.0";

src = fetchFromGitHub {
owner = "kvaps";
repo = "kubectl-node-shell";
rev = "v${version}";
hash = "sha256-lB1q+zvgXpjVfxjmYa404hHj0kNPLrzRr1wj8AEM6dQ=";
hash = "sha256-jLwnWp/XS4SOyf5v46DPy2Nc6LatF6AzNvHiGVNpsto=";
};

strictDeps = true;
Expand Down

0 comments on commit f3f887a

Please sign in to comment.