containerd: 1.6.8 -> 1.6.9

https://github.com/containerd/containerd/releases/tag/v1.6.9

zowoq 4fffb0e5 4557c2c9

+2 -2
+2 -2
pkgs/applications/virtualization/containerd/default.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "containerd"; 13 - version = "1.6.8"; 13 + version = "1.6.9"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "containerd"; 17 17 repo = "containerd"; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-0UiPhkTWV61DnAF5kWd1FctX8i0sXaJ1p/xCMznY/A8="; 19 + sha256 = "sha256-KvQdYQLzgt/MKPsA/mO5un6nE3/xcvVYwIveNn/uDnU="; 20 20 }; 21 21 22 22 vendorSha256 = null;