containerd: 1.6.0 -> 1.6.1

https://github.com/containerd/containerd/releases/tag/v1.6.1
This commit is contained in:
zowoq 2022-03-03 06:31:58 +10:00
parent dc7da9ac1f
commit c5df8a40a5

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "sha256-0Fbmtb7Ec6WcA7ARtgdBK5i7yAq2t3iXtfLb/MZcKJA=";
sha256 = "sha256-NOFDUOypq/1ePM8rdK2cDnH1LsSZJ7eQOzDc5h4/PvY=";
};
vendorSha256 = null;