tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nerdctl: 0.12.1 -> 0.13.0
06kellyjac
4 years ago
7326f67e
ce21576c
+6
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
nerdctl
default.nix
+6
-4
pkgs/applications/networking/cluster/nerdctl/default.nix
···
10
10
11
11
buildGoModule rec {
12
12
pname = "nerdctl";
13
13
-
version = "0.12.1";
13
13
+
version = "0.13.0";
14
14
15
15
src = fetchFromGitHub {
16
16
owner = "containerd";
17
17
repo = pname;
18
18
rev = "v${version}";
19
19
-
sha256 = "sha256-FRu1h6DT43rPaa9dcgz83w9K+xtzJgB4l/eTu+Fbb+c=";
19
19
+
sha256 = "sha256-uyLY2yH/6J0rtra0brBATadPqrNyyuCcaGfOrng9h4Y=";
20
20
};
21
21
22
22
-
vendorSha256 = "sha256-QFACe1/5MVbXKTknEyqjWclEQgJSZAJ/QljhLq/tWe4=";
22
22
+
vendorSha256 = "sha256-r7xzvntTIJocdYMQpFXunI2XV65eRG+piEEzS5N2xsY=";
23
23
24
24
nativeBuildInputs = [ makeWrapper installShellFiles ];
25
25
···
35
35
--prefix CNI_PATH : "${cni-plugins}/bin"
36
36
37
37
installShellCompletion --cmd nerdctl \
38
38
-
--bash <($out/bin/nerdctl completion bash)
38
38
+
--bash <($out/bin/nerdctl completion bash) \
39
39
+
--fish <($out/bin/nerdctl completion fish) \
40
40
+
--zsh <($out/bin/nerdctl completion zsh)
39
41
'';
40
42
41
43
doInstallCheck = true;