[Backport release-26.05] containerd: 2.3.1 -> 2.3.3 (#545909)

This commit is contained in:
Thomas Gerbet
2026-08-02 17:13:48 +00:00
committed by GitHub

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 = ''