Merge pull request #280644 from r-ryantm/auto-update/containerd

containerd: 1.7.11 -> 1.7.12
This commit is contained in:
Weijia Wang 2024-01-19 17:38:41 +01:00 committed by GitHub
commit 5e0a1cfc61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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