opendkim: update from 2.4.2 to 2.4.3

This commit is contained in:
Nixpkgs Monitor 2013-12-13 23:05:10 +02:00 committed by Evgeny Egorochkin
parent ba166470ce
commit 7456615f2e
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl, openssl, libmilter}:
stdenv.mkDerivation rec {
name = "opendkim-2.4.2";
name = "opendkim-2.4.3";
src = fetchurl {
url = "mirror://sourceforge/opendkim/files/${name}.tar.gz";
sha256 = "0gwgcrnl5c60sxb9z38ari2gl7vd626r3z3dcq8a6aw28pw9w2lk";
sha256 = "01h97h012gcp8rimjbc9mrv4759cnw4flb42ddiady1bmb2p7vy3";
};
configureFlags="--with-openssl=${openssl} --with-milter=${libmilter}";