Merge pull request #273087 from mfrw/mfrw/containerd-1.7.11

containerd: 1.7.9 -> 1.7.11
This commit is contained in:
Robert Scott 2023-12-16 16:51:58 +00:00 committed by GitHub
commit 1e4701f836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.7.9";
version = "1.7.11";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-/kCnzOL8CJuJJglHzmev3alt8cMwTUbIiZhNft9zwps=";
hash = "sha256-kvBD9Qh10kRowr32zDzjpHYh2IZC6+w+nOO4joShgEE=";
};
vendorHash = null;