Merge pull request #213304 from qowoz/containerd

containerd: 1.6.15 -> 1.6.16

authored by Weijia Wang and committed by GitHub 1be13de2 3c20aae1

+3 -3
+3 -3
pkgs/applications/virtualization/containerd/default.nix
··· 10 11 buildGoModule rec { 12 pname = "containerd"; 13 - version = "1.6.15"; 14 15 src = fetchFromGitHub { 16 owner = "containerd"; 17 repo = "containerd"; 18 rev = "v${version}"; 19 - sha256 = "sha256-Vlftq//mLYZPoT2R/lHJA6wLnqiuC+Cpy4lGQC8jCPA="; 20 }; 21 22 - vendorSha256 = null; 23 24 nativeBuildInputs = [ go-md2man installShellFiles util-linux ]; 25
··· 10 11 buildGoModule rec { 12 pname = "containerd"; 13 + version = "1.6.16"; 14 15 src = fetchFromGitHub { 16 owner = "containerd"; 17 repo = "containerd"; 18 rev = "v${version}"; 19 + hash = "sha256-p2I188MGoxnd7dBAMQ0bM5+GT8z3y9S4cZW2Q99DyzY="; 20 }; 21 22 + vendorHash = null; 23 24 nativeBuildInputs = [ go-md2man installShellFiles util-linux ]; 25