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

kubectl-node-shell: 1.7.0 -> 1.8.0
This commit is contained in:
Nick Cao 2023-09-02 09:22:17 -04:00 committed by GitHub
commit fb6b976722
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.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "kvaps";
repo = "kubectl-node-shell";
rev = "v${version}";
sha256 = "sha256-TCd/VipsUT/h88CevqCLUUjN7wAJKYxxq63IpEF2P1Y=";
sha256 = "sha256-+JRHSigjsxuZFQg73wTMWWKtCVXd2mMFqivYGcwYznE=";
};
strictDeps = true;