containerd: 1.1.1 -> 1.1.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/containerd/versions.

authored by R. RyanTM and committed by Ryan Mulligan 5828cb3a 85c4d486

+2 -2
+2 -2
pkgs/applications/virtualization/containerd/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 name = "containerd-${version}"; 8 - version = "1.1.1"; 8 + version = "1.1.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "containerd"; 12 12 repo = "containerd"; 13 13 rev = "v${version}"; 14 - sha256 = "0pk1kii8bmlvziblrqwb88w5cd486pmb7vw8p7kcyn9lqsw32ria"; 14 + sha256 = "1rp015cm5fw9kfarcmfhfkr1sh0iz7kvqls6f8nfhwrrz5armd5v"; 15 15 }; 16 16 17 17 hardeningDisable = [ "fortify" ];