exim: 4.92.1 -> 4.92.2

security update: CVE-2019-15846
This commit is contained in:
pacien 2019-09-06 14:41:56 +02:00 committed by Alyssa Ross
parent 076860e034
commit 3387a16c2f

View File

@ -7,11 +7,11 @@
}:
stdenv.mkDerivation rec {
name = "exim-4.92.1";
name = "exim-4.92.2";
src = fetchurl {
url = "https://ftp.exim.org/pub/exim/exim4/${name}.tar.xz";
sha256 = "1d14vs6jdw2bm9m33w2szxpv8rppbk7hvszq9p0n9i3svmqshr1c";
sha256 = "0m56jsh2fzvwj4rdpcc3pkd5vsi40cjrpzalis7l1zq33m4axmq1";
};
nativeBuildInputs = [ pkgconfig ];