tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kubectl-node-shell: 1.7.0 -> 1.8.0
R. Ryantm
2 years ago
50190b7f
e2f02c7c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
kubectl-node-shell
default.nix
+2
-2
pkgs/applications/networking/cluster/kubectl-node-shell/default.nix
···
2
2
3
3
stdenvNoCC.mkDerivation rec {
4
4
pname = "kubectl-node-shell";
5
5
-
version = "1.7.0";
5
5
+
version = "1.8.0";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "kvaps";
9
9
repo = "kubectl-node-shell";
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-TCd/VipsUT/h88CevqCLUUjN7wAJKYxxq63IpEF2P1Y=";
11
11
+
sha256 = "sha256-+JRHSigjsxuZFQg73wTMWWKtCVXd2mMFqivYGcwYznE=";
12
12
};
13
13
14
14
strictDeps = true;