Merge pull request #213410 from r-ryantm/auto-update/kubectl-node-shell

kubectl-node-shell: 1.6.0 -> 1.7.0

authored by

Weijia Wang and committed by
GitHub
8afc5921 86087f62

+2 -2
+2 -2
pkgs/applications/networking/cluster/kubectl-node-shell/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "kubectl-node-shell"; 5 - version = "1.6.0"; 5 + version = "1.7.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "kvaps"; 9 9 repo = "kubectl-node-shell"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-dAsNgvHgquXdb2HhLDYLk9IALneKkOxQxKb7BD90+1E="; 11 + sha256 = "sha256-TCd/VipsUT/h88CevqCLUUjN7wAJKYxxq63IpEF2P1Y="; 12 12 }; 13 13 14 14 strictDeps = true;