Merge pull request #139931 from helsinki-systems/upd/exim

exim: 4.94.2 -> 4.95
This commit is contained in:
Lassulus 2021-09-30 23:21:02 +02:00 committed by GitHub
commit 920806938b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "exim";
version = "4.94.2";
version = "4.95";
src = fetchurl {
url = "https://ftp.exim.org/pub/exim/exim4/${pname}-${version}.tar.xz";
sha256 = "0x4j698gsawm8a3bz531pf1k6izyxfvry4hj5wb0aqphi7y62605";
sha256 = "0rzi0kc3qiiaw8vnv5qrpwdvvh4sr5chns026xy99spjzx9vd76c";
};
nativeBuildInputs = [ pkg-config ];