containerd: 2.1.3 -> 2.1.4

R. Ryantm e91a1270 2081733c

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