containerd: 1.7.7 -> 1.7.8

This commit is contained in:
R. Ryantm 2023-10-29 23:34:49 +00:00 committed by Jonathan Ringer
parent ea9372de82
commit 859dcdb5fa

View File

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