containerd: 1.1.2 -> 1.1.4 (#47807)

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
This commit is contained in:
R. RyanTM 2018-10-05 06:14:50 -07:00 committed by xeji
parent b49c4d2b2e
commit 75e4fcf267

View file

@ -5,13 +5,13 @@ with lib;
stdenv.mkDerivation rec {
name = "containerd-${version}";
version = "1.1.2";
version = "1.1.4";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "1rp015cm5fw9kfarcmfhfkr1sh0iz7kvqls6f8nfhwrrz5armd5v";
sha256 = "1d4qnviv20zi3zk17zz8271mlfqqgfrxblw86izwwfvj3cvsyrah";
};
hardeningDisable = [ "fortify" ];