containerd: 2.0.5 -> 2.1.0 (#408004)

This commit is contained in:
Weijia Wang
2025-05-25 11:13:13 +02:00
committed by GitHub
+2 -2
View File
@@ -16,7 +16,7 @@
buildGoModule rec {
pname = "containerd";
version = "2.0.5";
version = "2.1.0";
outputs = [
"out"
@@ -27,7 +27,7 @@ buildGoModule rec {
owner = "containerd";
repo = "containerd";
tag = "v${version}";
hash = "sha256-BY6lIzTlJbBbeIxCtSd7NcYVEWta3VNMmHmH97ksGsE=";
hash = "sha256-5Fd9LrpJUf5MEtfQaRM6zo5C8RUsOasR2NHCDj8vMBk=";
};
postPatch = "patchShebangs .";