We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de13e0f + 9bc7167 commit 6a9bda3Copy full SHA for 6a9bda3
pkgs/by-name/ku/kubectl-node-shell/package.nix
@@ -2,13 +2,13 @@
2
3
stdenvNoCC.mkDerivation rec {
4
pname = "kubectl-node-shell";
5
- version = "1.10.1";
+ version = "1.10.2";
6
7
src = fetchFromGitHub {
8
owner = "kvaps";
9
repo = "kubectl-node-shell";
10
rev = "v${version}";
11
- hash = "sha256-QG1YQH2qd4TBkH42z9htni4llL13sEoBXlih4yc8r4w=";
+ hash = "sha256-lB1q+zvgXpjVfxjmYa404hHj0kNPLrzRr1wj8AEM6dQ=";
12
};
13
14
strictDeps = true;
0 commit comments