containerd: 1.7.14 -> 1.7.15

This commit is contained in:
R. Ryantm 2024-04-06 00:51:25 +00:00
parent f6eb921406
commit 9bd4b504ac
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.7.14";
version = "1.7.15";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-okTz2UCF5LxOdtLDBy1pN2to6WHi+I0jtR67sn7Qrbk=";
hash = "sha256-qLrPLGxsUmgEscrhyl+1rJ0k7c9ibKnpMpsJPD4xDZU=";
};
vendorHash = null;