Skip to content

Commit aeb017b

Browse files
authored
containerd: 2.1.0 -> 2.1.1 (#411446)
2 parents 403ddc3 + 485e4e0 commit aeb017b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/co/containerd/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildGoModule rec {
1818
pname = "containerd";
19-
version = "2.1.0";
19+
version = "2.1.1";
2020

2121
outputs = [
2222
"out"
@@ -27,7 +27,7 @@ buildGoModule rec {
2727
owner = "containerd";
2828
repo = "containerd";
2929
tag = "v${version}";
30-
hash = "sha256-5Fd9LrpJUf5MEtfQaRM6zo5C8RUsOasR2NHCDj8vMBk=";
30+
hash = "sha256-ZqQX+bogzAsMvqYNKyWvHF2jdPOIhNQDizKEDbcbmOg=";
3131
};
3232

3333
postPatch = "patchShebangs .";

0 commit comments

Comments
 (0)