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
@@ -1,10 +1,10 @@
{stdenv, fetchurl, ghc, zlib, ncurses, curl}:
stdenv.mkDerivation {
name = "darcs-2.0.0pre3";
name = "darcs-2.0.0";
src = fetchurl {
url = http://darcs.net/darcs-2.0.0pre3.tar.gz;
sha256 = "";
url = http://darcs.net/darcs-2.0.0.tar.gz;
sha256 = "1admaglbf7i15x9pihncqj5iraqzcw801pf76f0pd2hbc2k0yx7x";
};
buildInputs = [ghc zlib ncurses curl];