containerd: 1.6.14 -> 1.6.15

https://github.com/containerd/containerd/releases/tag/v1.6.15
This commit is contained in:
zowoq 2023-01-06 06:53:24 +10:00
parent 059e0f8958
commit c8739dd43c

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.6.14";
version = "1.6.15";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "sha256-+2K2lLxTXZS8pjgqhJZd+JovUFqG5Cgw9iAbDjnUvvQ=";
sha256 = "sha256-Vlftq//mLYZPoT2R/lHJA6wLnqiuC+Cpy4lGQC8jCPA=";
};
vendorSha256 = null;