kubectl-node-shell: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm 2023-09-01 23:13:22 +00:00
parent e2f02c7c18
commit 50190b7f81

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;