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

containerd: 1.7.3 -> 1.7.5
This commit is contained in:
Weijia Wang 2023-09-01 11:32:38 +02:00 committed by GitHub
commit 71cb14c273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.7.3";
version = "1.7.5";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-BUbZe37rBZTr6nWb4lY2HHuwtq7toDUkGaJOiOoVkWI=";
hash = "sha256-g+1JfXO1k0ijPpVTo+WxmXro4p4MbRCIZdgtgy58M60=";
};
vendorHash = null;