containerd: 1.6.5 -> 1.6.6

https://github.com/containerd/containerd/releases/tag/v1.6.6
This commit is contained in:
zowoq 2022-06-07 07:19:17 +10:00
parent d740615ffa
commit ff71240d2e

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.6.5";
version = "1.6.6";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "sha256-WEHhx9xSxzBoViujGc4yNt9K2gSMfU6GFmsYk3WDfu8=";
sha256 = "sha256-cmarbad6VzcGTCHT/NtApkYsK/oo6WZQ//q8Fvh+ez8=";
};
vendorSha256 = null;