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

containerd: 1.7.12 -> 1.7.13
This commit is contained in:
Nick Cao 2024-02-01 10:00:11 -05:00 committed by GitHub
commit d1f044cb50
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.12";
version = "1.7.13";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-o3ZqSE7ahUAihY/tqXdNgKzs64h0DBxrZaxjSF9smcs=";
hash = "sha256-y3CYDZbA2QjIn1vyq/p1F1pAVxQHi/0a6hGWZCRWzyk=";
};
vendorHash = null;