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>2023-01-29 17:33:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-29 17:33:49 +0000
commit2c3246f4026a9885b4cf0ca3be2ff27d87f66aa6 (patch)
tree2dde342926062a3c95395d6e89906ec403da3af7 /pkgs/applications/networking/cluster/kubectl-node-shell
parent63e3e11479e32a9f9427d6c18fa877323913ac8f (diff)
kubectl-node-shell: 1.6.0 -> 1.7.0
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 031fa0c21b779..995125d250334 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.6.0";
+  version = "1.7.0";
 
   src = fetchFromGitHub {
     owner = "kvaps";
     repo = "kubectl-node-shell";
     rev = "v${version}";
-    sha256 = "sha256-dAsNgvHgquXdb2HhLDYLk9IALneKkOxQxKb7BD90+1E=";
+    sha256 = "sha256-TCd/VipsUT/h88CevqCLUUjN7wAJKYxxq63IpEF2P1Y=";
   };
 
   strictDeps = true;