tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nerdctl: 0.17.0 -> 0.17.1
authored by
R. Ryantm
and committed by
zowoq
4 years ago
031ab332
1cb13d0f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
nerdctl
default.nix
+3
-3
pkgs/applications/networking/cluster/nerdctl/default.nix
···
10
11
buildGoModule rec {
12
pname = "nerdctl";
13
-
version = "0.17.0";
14
15
src = fetchFromGitHub {
16
owner = "containerd";
17
repo = pname;
18
rev = "v${version}";
19
-
sha256 = "sha256-6v4oZmP/FBtHAdnxnbd/HFZln2LGOVGtMc1GyRV2aqs=";
20
};
21
22
-
vendorSha256 = "sha256-joCJ4acSmClBJLZkW8DFeb0oha1Zowcpoaw6Elu+HrY=";
23
24
nativeBuildInputs = [ makeWrapper installShellFiles ];
25
···
10
11
buildGoModule rec {
12
pname = "nerdctl";
13
+
version = "0.17.1";
14
15
src = fetchFromGitHub {
16
owner = "containerd";
17
repo = pname;
18
rev = "v${version}";
19
+
sha256 = "sha256-fWev5KgJEuL2pDm17kxdqRKo7t3+dDt5UD5iTHneJSY=";
20
};
21
22
+
vendorSha256 = "sha256-7L5xA/2uQnu10QGZn49K3oJf4HBEvt8q/sOR6BRXlo0=";
23
24
nativeBuildInputs = [ makeWrapper installShellFiles ];
25