darcs2 has a stable version now. This patch reflects this change

svn path=/nixpkgs/trunk/; revision=11624
This commit is contained in:
Marc Weber
2008-04-14 19:59:26 +00:00
parent f875c682d4
commit 23264b9db7
3 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ args:
else builtins.trace "warning, no bleeding edge source info (${fetchUrlInfoFile}) found for ${name}, hash will propably be wrong"
(let attr = __getAttr name repos;
in if (attr.type == "darcs")
then fetchdarcs_2pre { inherit (attr) url md5; }
then fetchdarcs2 { inherit (attr) url md5; }
else throw "TODO") );
repos = {