about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubectl-node-shell
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-25 23:31:49 +0000
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-27 20:01:30 +0100
commitcce5952904144430a6455640bcf3d7fae55d0df9 (patch)
tree9ad879c6e35f551e20a3a2f4d47aa04564356fb4 /pkgs/applications/networking/cluster/kubectl-node-shell
parent5af80acc9abf4dac84f33ab4eebe2374f25659c8 (diff)
kubectl-node-shell: 1.8.1 -> 1.10.1
Diffstat (limited to 'pkgs/applications/networking/cluster/kubectl-node-shell')
-rw-r--r--pkgs/applications/networking/cluster/kubectl-node-shell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kubectl-node-shell/default.nix b/pkgs/applications/networking/cluster/kubectl-node-shell/default.nix
index 36238ae746ffb..d8718b1d254ce 100644
--- a/pkgs/applications/networking/cluster/kubectl-node-shell/default.nix
+++ b/pkgs/applications/networking/cluster/kubectl-node-shell/default.nix
@@ -2,13 +2,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "kubectl-node-shell";
-  version = "1.8.1";
+  version = "1.10.1";
 
   src = fetchFromGitHub {
     owner = "kvaps";
     repo = "kubectl-node-shell";
     rev = "v${version}";
-    sha256 = "sha256-ZVLL++QTc4fvOTsFfaWVad/jj4EqPiZUpL7HsMb2AdE=";
+    hash = "sha256-QG1YQH2qd4TBkH42z9htni4llL13sEoBXlih4yc8r4w=";
   };
 
   strictDeps = true;