dovecot-1.0.alpha2

svn path=/nixpkgs/trunk/; revision=3809
This commit is contained in:
Rob Vermaas
2005-09-12 14:44:19 +00:00
parent 12e0b1016b
commit fd791e7a67
2 changed files with 14 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "dovecot-1.0.alpha2";
src = fetchurl {
url = http://www.dovecot.org/releases/dovecot-1.0.alpha2.tar.gz;
md5 = "ea33ac1bf13a8252d880082ef6811081" ;
};
}