containerd: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2025-12-23 05:55:56 +00:00
parent f645b5d050
commit 6f49bd7aee
+2 -2
View File
@@ -16,7 +16,7 @@
buildGoModule rec {
pname = "containerd";
version = "2.2.0";
version = "2.2.1";
outputs = [
"out"
@@ -28,7 +28,7 @@ buildGoModule rec {
owner = "containerd";
repo = "containerd";
tag = "v${version}";
hash = "sha256-LXBGA03FTrrbxlH+DxPBFtp3/AYQf096YE2rpe6A+WM=";
hash = "sha256-fDOfN0XESrBTDW7Nxj9niqU93BQ5/JaGLwAR3u6Xaik=";
};
postPatch = ''