1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

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.mkDerivation {
name = "dovecot-1.0.alpha2";
name = "dovecot-1.0.3";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/dovecot-1.0.alpha2.tar.gz;
md5 = "ea33ac1bf13a8252d880082ef6811081" ;
url = http://dovecot.org/releases/1.0/dovecot-1.0.3.tar.gz;
sha256 = "14b3sbvj9xpm5mjwfavwrcwmzfdgian51ncspl8j83cd8j01jdjz" ;
};
}