containerd: 1.7.20 -> 1.7.21

This commit is contained in:
R. Ryantm 2024-08-27 00:37:31 +00:00
parent acb4534ff5
commit 46de905013

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.7.20";
version = "1.7.21";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-Q9lTzz+G5PSoChy8MZtbOpO81AyNWXC+CgGkdOg14uY=";
hash = "sha256-cL1RKFg+B2gTPMg963DKup5BCLLgF9t9VZn2WlmmWPI=";
};
vendorHash = null;