Skip to content

Commit

Permalink
exim: 4.88 -> 4.89 (#23670)
Browse files Browse the repository at this point in the history
  • Loading branch information
4z3 authored and joachifm committed Mar 12, 2017
1 parent ceeb0de commit ba0b527
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/mail/exim/default.nix
@@ -1,11 +1,11 @@
{ coreutils, fetchurl, db, openssl, pcre, perl, pkgconfig, stdenv }:

stdenv.mkDerivation rec {
name = "exim-4.88";
name = "exim-4.89";

src = fetchurl {
url = "http://ftp.exim.org/pub/exim/exim4/${name}.tar.bz2";
sha256 = "0bca3wb45hl7h8m8bpvsmrmqa07jhbhqyigs9pl29hhzwgbmz78i";
url = "http://ftp.exim.org/pub/exim/exim4/${name}.tar.xz";
sha256 = "09lndv34jsxwglq5zsh9y4xaqj5g37g9ca4x0zb25fvvm4f0lj8c";
};

buildInputs = [ coreutils db openssl pcre perl pkgconfig ];
Expand Down

0 comments on commit ba0b527

Please sign in to comment.