containerd: 1.7.15 -> 1.7.16

This commit is contained in:
R. Ryantm 2024-04-26 00:32:03 +00:00
parent 10b682b6e5
commit 081e20f0aa
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.7.15";
version = "1.7.16";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-qLrPLGxsUmgEscrhyl+1rJ0k7c9ibKnpMpsJPD4xDZU=";
hash = "sha256-OApJaH11iTvjW4gZaANSCVcxw/VHG7a/6OnYcUcHFME=";
};
vendorHash = null;