forked from mirrors/nixpkgs
exim: 4.92.2 -> 4.92.3
security update: CVE-2019-16928
This commit is contained in:
parent
98ddcfe794
commit
aaa1ba3700
|
@ -7,11 +7,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "exim-4.92.2";
|
name = "exim-4.92.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://ftp.exim.org/pub/exim/exim4/${name}.tar.xz";
|
url = "https://ftp.exim.org/pub/exim/exim4/${name}.tar.xz";
|
||||||
sha256 = "0m56jsh2fzvwj4rdpcc3pkd5vsi40cjrpzalis7l1zq33m4axmq1";
|
sha256 = "1zfj4zblv5881qxpzkrg3f6a96pbcq270s9p6p1w85lfxjsknif4";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
Loading…
Reference in a new issue