containerd: 2.3.1 -> 2.3.3

(cherry picked from commit eb2872e23e)
This commit is contained in:
R. Ryantm
2026-07-16 05:14:05 +00:00
committed by github-actions[bot]
parent c8e2d0dfb2
commit c6a44aa1f4

View File

@@ -16,7 +16,7 @@
buildGoModule rec {
pname = "containerd";
version = "2.3.1";
version = "2.3.3";
outputs = [
"out"
@@ -28,7 +28,7 @@ buildGoModule rec {
owner = "containerd";
repo = "containerd";
tag = "v${version}";
hash = "sha256-BpKBrMluU5MmojJp/9Og5UrkUBLHav5qx6Re1SFhlhY=";
hash = "sha256-wa9Pixaq5RRrJucWibbBe4n6s53Pdj+mr5gLoFmDgLU=";
};
postPatch = ''