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
commit faa2e8eddd
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.21";
version = "1.7.22";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-cL1RKFg+B2gTPMg963DKup5BCLLgF9t9VZn2WlmmWPI=";
hash = "sha256-8IHBKai4PvvTuHPDTgx9wFEBzz4MM7Mwo8Q/bzFRzfk=";
};
vendorHash = null;