containerd: 1.7.19 -> 1.7.20

This commit is contained in:
R. Ryantm 2024-07-18 14:28:51 +00:00
parent 4496f7dd0b
commit 34094f77da

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;