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

kubectl-node-shell: 1.6.0 -> 1.7.0
This commit is contained in:
Weijia Wang 2023-01-30 02:59:59 +01:00 committed by GitHub
commit 8afc5921f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;