containerd: 2.1.3 -> 2.1.4

R. Ryantm e91a1270 2081733c

+2 -2
+2 -2
pkgs/by-name/co/containerd/package.nix
··· 16 17 buildGoModule rec { 18 pname = "containerd"; 19 - version = "2.1.3"; 20 21 outputs = [ 22 "out" ··· 28 owner = "containerd"; 29 repo = "containerd"; 30 tag = "v${version}"; 31 - hash = "sha256-MqHcwomsVYbjziO0vIpGAcREChe5mbJVGsvM96bszLA="; 32 }; 33 34 postPatch = "patchShebangs .";
··· 16 17 buildGoModule rec { 18 pname = "containerd"; 19 + version = "2.1.4"; 20 21 outputs = [ 22 "out" ··· 28 owner = "containerd"; 29 repo = "containerd"; 30 tag = "v${version}"; 31 + hash = "sha256-eC9mfB/FWDxOGucNizHBiRkhkEFDdSxu9vRnXZp5Tug="; 32 }; 33 34 postPatch = "patchShebangs .";