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

containerd: 1.7.18 -> 1.7.19
This commit is contained in:
Weijia Wang 2024-07-03 10:19:06 +02:00 committed by GitHub
commit 90e277972a
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.18";
version = "1.7.19";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-IlK5IwniaBhqMgxQzV8btQcbdJkNEQeUMoh6aOsBOHQ=";
hash = "sha256-+tYv80y//C67F0QUjCkZYcahiHO4rZtlcr+33foN/M8=";
};
vendorHash = null;