containerd: 1.6.0 -> 1.6.1

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

zowoq c5df8a40 dc7da9ac

+2 -2
+2 -2
pkgs/applications/virtualization/containerd/default.nix
··· 10 11 buildGoModule rec { 12 pname = "containerd"; 13 - version = "1.6.0"; 14 15 src = fetchFromGitHub { 16 owner = "containerd"; 17 repo = "containerd"; 18 rev = "v${version}"; 19 - sha256 = "sha256-0Fbmtb7Ec6WcA7ARtgdBK5i7yAq2t3iXtfLb/MZcKJA="; 20 }; 21 22 vendorSha256 = null;
··· 10 11 buildGoModule rec { 12 pname = "containerd"; 13 + version = "1.6.1"; 14 15 src = fetchFromGitHub { 16 owner = "containerd"; 17 repo = "containerd"; 18 rev = "v${version}"; 19 + sha256 = "sha256-NOFDUOypq/1ePM8rdK2cDnH1LsSZJ7eQOzDc5h4/PvY="; 20 }; 21 22 vendorSha256 = null;