containerd: 2.1.4 -> 2.2.0

This commit is contained in:
R. Ryantm
2025-11-06 21:04:13 +00:00
parent b780d50910
commit a3ceddf8b4
+2 -2
View File
@@ -16,7 +16,7 @@
buildGoModule rec {
pname = "containerd";
version = "2.1.4";
version = "2.2.0";
outputs = [
"out"
@@ -28,7 +28,7 @@ buildGoModule rec {
owner = "containerd";
repo = "containerd";
tag = "v${version}";
hash = "sha256-eC9mfB/FWDxOGucNizHBiRkhkEFDdSxu9vRnXZp5Tug=";
hash = "sha256-LXBGA03FTrrbxlH+DxPBFtp3/AYQf096YE2rpe6A+WM=";
};
postPatch = "patchShebangs .";