containerd: 1.7.22 -> 1.7.23 (#349769)

This commit is contained in:
Pol Dellaiera
2024-10-19 17:53:22 +02:00
committed by GitHub
@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.7.22";
version = "1.7.23";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-8IHBKai4PvvTuHPDTgx9wFEBzz4MM7Mwo8Q/bzFRzfk=";
hash = "sha256-vuOefU1cZr1pKCYHKyDBx/ohghgPlXhK3a38PQKH0pc=";
};
vendorHash = null;