Unverified Commit 9275a246 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

exim: 4.98.2 -> 4.99 (#456625)

parents c0f20346 4b20a03d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,11 +39,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "exim";
  version = "4.98.2";
  version = "4.99";

  src = fetchurl {
    url = "https://ftp.exim.org/pub/exim/exim4/${pname}-${version}.tar.xz";
    hash = "sha256-iLjopnwdtswLHRSBYao25mL0yi/vJdW282lNSQ5C3K4=";
    hash = "sha256-XfOLBC/6mpyNMbILyEgVWAcONhsG9ldghiKmKjJ63Lo=";
  };

  enableParallelBuilding = true;