containerd: 1.6.1 -> 1.6.2

https://github.com/containerd/containerd/releases/tag/v1.6.2
This commit is contained in:
zowoq 2022-03-24 15:05:22 +10:00
parent 3d0a9d1668
commit 508549156c

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "sha256-NOFDUOypq/1ePM8rdK2cDnH1LsSZJ7eQOzDc5h4/PvY=";
sha256 = "sha256-l/9jOvZ4nn/wy+XPRoT1lojfGvPEXhPz2FJjLpZ/EE8=";
};
vendorSha256 = null;