containerd: 1.7.20 -> 1.7.21 (#337604)

This commit is contained in:
Fabián Heredia Montiel 2024-09-01 19:49:46 -06:00 committed by GitHub
commit 3e42ddf446
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.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;