lol

Merge pull request #171449 from qowoz/containerd

containerd: 1.6.3 -> 1.6.4

authored by

Pascal Bach and committed by
GitHub
a9ccb2fb 01143883

+2 -2
+2 -2
pkgs/applications/virtualization/containerd/default.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "containerd"; 13 - version = "1.6.3"; 13 + version = "1.6.4"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "containerd"; 17 17 repo = "containerd"; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-mVnZsvhpKx/5dHMF0Z8BfuUSqwoIhOtPkA/1BSrVVqA="; 19 + sha256 = "sha256-425BcVHCliAHFQqGn6sWH/ahDX3JR6l/sYZWHpgmZW0="; 20 20 }; 21 21 22 22 vendorSha256 = null;