Merge pull request #32917 from 4z3/exim-4.90

exim: 4.89.1 -> 4.90
This commit is contained in:
Orivej Desh 2017-12-21 01:08:16 +00:00 committed by GitHub
commit 30e2a1c1b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ coreutils, fetchurl, db, openssl, pcre, perl, pkgconfig, stdenv }:
stdenv.mkDerivation rec {
name = "exim-4.89.1";
name = "exim-4.90";
src = fetchurl {
url = "http://ftp.exim.org/pub/exim/exim4/${name}.tar.xz";
sha256 = "157syn472gnp1x2lrazwdvqsg3zgwyv87952sq5rrnp220m3488s";
sha256 = "101syariyvv2xxhjyx1zfdvad6303ihp67800s8n4083km98nm4k";
};
nativeBuildInputs = [ pkgconfig ];