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

containerd: 1.7.16 -> 1.7.18
This commit is contained in:
h7x4 2024-06-16 16:11:38 +02:00 committed by GitHub
commit 288dd944e4
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.16";
version = "1.7.18";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-OApJaH11iTvjW4gZaANSCVcxw/VHG7a/6OnYcUcHFME=";
hash = "sha256-IlK5IwniaBhqMgxQzV8btQcbdJkNEQeUMoh6aOsBOHQ=";
};
vendorHash = null;