We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 403ddc3 + 485e4e0 commit aeb017bCopy full SHA for aeb017b
pkgs/by-name/co/containerd/package.nix
@@ -16,7 +16,7 @@
16
17
buildGoModule rec {
18
pname = "containerd";
19
- version = "2.1.0";
+ version = "2.1.1";
20
21
outputs = [
22
"out"
@@ -27,7 +27,7 @@ buildGoModule rec {
27
owner = "containerd";
28
repo = "containerd";
29
tag = "v${version}";
30
- hash = "sha256-5Fd9LrpJUf5MEtfQaRM6zo5C8RUsOasR2NHCDj8vMBk=";
+ hash = "sha256-ZqQX+bogzAsMvqYNKyWvHF2jdPOIhNQDizKEDbcbmOg=";
31
};
32
33
postPatch = "patchShebangs .";
0 commit comments