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

containerd: 1.7.13 -> 1.7.14
This commit is contained in:
Pol Dellaiera 2024-03-12 21:40:48 +01:00 committed by GitHub
commit 037dc6aaec
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.13";
version = "1.7.14";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-y3CYDZbA2QjIn1vyq/p1F1pAVxQHi/0a6hGWZCRWzyk=";
hash = "sha256-okTz2UCF5LxOdtLDBy1pN2to6WHi+I0jtR67sn7Qrbk=";
};
vendorHash = null;