Merge pull request #70071 from pacien/exim-v4.92.3

[security] exim: 4.92.2 -> 4.92.3
This commit is contained in:
Franz Pletz 2019-10-02 07:28:30 +00:00 committed by GitHub
commit e4bdcc350e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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