exim: 4.94.2 -> 4.95

(cherry picked from commit cc9e7f0b047cbf2d9928edc387754c0bccfc525c)
This commit is contained in:
ajs124 2021-09-29 17:48:06 +02:00 committed by github-actions[bot]
parent f46082db32
commit 328e22af39
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,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 ];