kubectl-node-shell: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm 2023-01-29 17:33:49 +00:00
parent 63e3e11479
commit 2c3246f402

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;