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

containerd: 1.7.19 -> 1.7.20
This commit is contained in:
Pol Dellaiera 2024-07-18 21:52:49 +02:00 committed by GitHub
commit 6ae6d7694b
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.19";
version = "1.7.20";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-+tYv80y//C67F0QUjCkZYcahiHO4rZtlcr+33foN/M8=";
hash = "sha256-Q9lTzz+G5PSoChy8MZtbOpO81AyNWXC+CgGkdOg14uY=";
};
vendorHash = null;