containerd: 1.7.21 -> 1.7.22

This commit is contained in:
R. Ryantm 2024-09-10 00:40:47 +00:00
parent 4b9592ba68
commit 1882c39f93

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.7.21";
version = "1.7.22";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-cL1RKFg+B2gTPMg963DKup5BCLLgF9t9VZn2WlmmWPI=";
hash = "sha256-8IHBKai4PvvTuHPDTgx9wFEBzz4MM7Mwo8Q/bzFRzfk=";
};
vendorHash = null;