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

containerd: 1.7.15 -> 1.7.16
This commit is contained in:
Maxine Aubrey 2024-04-26 17:28:27 +02:00 committed by GitHub
commit c694b7a9a1
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.15";
version = "1.7.16";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-qLrPLGxsUmgEscrhyl+1rJ0k7c9ibKnpMpsJPD4xDZU=";
hash = "sha256-OApJaH11iTvjW4gZaANSCVcxw/VHG7a/6OnYcUcHFME=";
};
vendorHash = null;