bumpetybump for dovecot. This is untested. However, it is a nice and clean server to add upstart scripts for

svn path=/nixpkgs/trunk/; revision=9183
This commit is contained in:
Armijn Hemel 2007-08-21 21:30:16 +00:00
parent 5021eefe40
commit 04fc7a2c92

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl}: {stdenv, fetchurl}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "dovecot-1.0.alpha2"; name = "dovecot-1.0.3";
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/dovecot-1.0.alpha2.tar.gz; url = http://dovecot.org/releases/1.0/dovecot-1.0.3.tar.gz;
md5 = "ea33ac1bf13a8252d880082ef6811081" ; sha256 = "14b3sbvj9xpm5mjwfavwrcwmzfdgian51ncspl8j83cd8j01jdjz" ;
}; };
} }