containerd: 1.7.8 -> 1.7.9

Diff: https://github.com/containerd/containerd/compare/v1.7.8...v1.7.9
Changelog: https://github.com/containerd/containerd/releases/tag/v1.7.9
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2023-11-16 11:14:40 +05:30 committed by tomf
parent 54fbb39598
commit 3ef80b04cf

View file

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.7.8";
version = "1.7.9";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-p16qHJD0i0ZNEFGEbfmbxiedX9/uHkZxhCeB3x/5iLM=";
hash = "sha256-/kCnzOL8CJuJJglHzmev3alt8cMwTUbIiZhNft9zwps=";
};
vendorHash = null;