Merge pull request #171449 from qowoz/containerd

containerd: 1.6.3 -> 1.6.4
This commit is contained in:
Pascal Bach
2022-05-03 23:38:35 +02:00
committed by GitHub
@@ -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;