Merge pull request #301966 from r-ryantm/auto-update/containerd

containerd: 1.7.14 -> 1.7.15
This commit is contained in:
Pol Dellaiera 2024-04-07 22:37:00 +02:00 committed by GitHub
commit 131ee10a84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;