containerd: 1.7.21 -> 1.7.22 (#340887)

This commit is contained in:
Weijia Wang
2024-09-11 02:31:43 +02:00
committed by GitHub
@@ -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;