kubectl-node-shell: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm 2023-12-27 01:54:00 +00:00
parent d2e4e09de4
commit 711ade7ed4

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "kubectl-node-shell"; pname = "kubectl-node-shell";
version = "1.8.0"; version = "1.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kvaps"; owner = "kvaps";
repo = "kubectl-node-shell"; repo = "kubectl-node-shell";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-+JRHSigjsxuZFQg73wTMWWKtCVXd2mMFqivYGcwYznE="; sha256 = "sha256-ZVLL++QTc4fvOTsFfaWVad/jj4EqPiZUpL7HsMb2AdE=";
}; };
strictDeps = true; strictDeps = true;