containerd: 2.1.1 -> 2.1.3 (#418940)

authored by Aleksana and committed by GitHub 650ebaa2 cf62be6f

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