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-12-27 01:54:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-27 01:54:00 +0000
commit711ade7ed45ba5b90ab95b2bc68854b92de3b664 (patch)
tree488f0c8a179baf8b5ebed714f61904c34fe7da23 /pkgs/applications/networking/cluster/kubectl-node-shell
parentd2e4e09de4b8a27228295951c3847cfc8f06fd15 (diff)
kubectl-node-shell: 1.8.0 -> 1.8.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 4eb0a43687d1c..36238ae746ffb 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.0";
+  version = "1.8.1";
 
   src = fetchFromGitHub {
     owner = "kvaps";
     repo = "kubectl-node-shell";
     rev = "v${version}";
-    sha256 = "sha256-+JRHSigjsxuZFQg73wTMWWKtCVXd2mMFqivYGcwYznE=";
+    sha256 = "sha256-ZVLL++QTc4fvOTsFfaWVad/jj4EqPiZUpL7HsMb2AdE=";
   };
 
   strictDeps = true;