containerd: 2.1.0 -> 2.1.1 (#411446)

This commit is contained in:
Seth Flynn 2025-05-28 01:35:35 -04:00 committed by GitHub
commit aeb017b583
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildGoModule rec {
pname = "containerd";
version = "2.1.0";
version = "2.1.1";
outputs = [
"out"
@ -27,7 +27,7 @@ buildGoModule rec {
owner = "containerd";
repo = "containerd";
tag = "v${version}";
hash = "sha256-5Fd9LrpJUf5MEtfQaRM6zo5C8RUsOasR2NHCDj8vMBk=";
hash = "sha256-ZqQX+bogzAsMvqYNKyWvHF2jdPOIhNQDizKEDbcbmOg=";
};
postPatch = "patchShebangs .";