containerd: 1.6.3 -> 1.6.4

https://github.com/containerd/containerd/releases/tag/v1.6.4
This commit is contained in:
zowoq 2022-05-04 06:54:03 +10:00
parent 50a1e912e2
commit 6a415cd37c

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.6.3";
version = "1.6.4";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "sha256-mVnZsvhpKx/5dHMF0Z8BfuUSqwoIhOtPkA/1BSrVVqA=";
sha256 = "sha256-425BcVHCliAHFQqGn6sWH/ahDX3JR6l/sYZWHpgmZW0=";
};
vendorSha256 = null;