containerd: 2.0.3 -> 2.0.4 (#391293)

This commit is contained in:
Seth Flynn
2025-03-21 14:47:16 -04:00
committed by GitHub
+2 -2
View File
@@ -16,7 +16,7 @@
buildGoModule rec {
pname = "containerd";
version = "2.0.3";
version = "2.0.4";
outputs = [
"out"
@@ -27,7 +27,7 @@ buildGoModule rec {
owner = "containerd";
repo = "containerd";
tag = "v${version}";
hash = "sha256-MPzC7X4r3zrDM6Ej8lICDIB29X+s6jQ1sHQmnk9Zc10=";
hash = "sha256-KW2fKdsJ590UPGcu2O3IGyJ+/iY0c8GQLirL8zK3F14=";
};
postPatch = "patchShebangs .";