Skip to content

Commit 6a9bda3

Browse files
authored
kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580)
2 parents de13e0f + 9bc7167 commit 6a9bda3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ku/kubectl-node-shell/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenvNoCC.mkDerivation rec {
44
pname = "kubectl-node-shell";
5-
version = "1.10.1";
5+
version = "1.10.2";
66

77
src = fetchFromGitHub {
88
owner = "kvaps";
99
repo = "kubectl-node-shell";
1010
rev = "v${version}";
11-
hash = "sha256-QG1YQH2qd4TBkH42z9htni4llL13sEoBXlih4yc8r4w=";
11+
hash = "sha256-lB1q+zvgXpjVfxjmYa404hHj0kNPLrzRr1wj8AEM6dQ=";
1212
};
1313

1414
strictDeps = true;

0 commit comments

Comments
 (0)