Version bump for darcs.
svn path=/nixpkgs/trunk/; revision=17729
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
{cabal, html, mtl, parsec, regexCompat, zlib, curl} :
|
||||
{cabal, html, mtl, parsec, regexCompat, curl, haskeline, hashedStorage} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "darcs";
|
||||
name = self.fname;
|
||||
version = "2.2.1";
|
||||
sha256 = "0iy4d4qls6yhwmgv87pz4kmr5jh4bwigz1wfwzns71b68csynnsp";
|
||||
version = "2.3.1";
|
||||
sha256 = "14821bb2db4975cb4db2c5cc4f085069b936da591b7b71592befc9e07f17d214";
|
||||
|
||||
extraBuildInputs = [html mtl parsec regexCompat zlib curl];
|
||||
extraBuildInputs = [html parsec regexCompat curl haskeline hashedStorage];
|
||||
|
||||
meta = {
|
||||
homepage = http://darcs.net/;
|
||||
description = "Patch-based version management system";
|
||||
};
|
||||
|
||||
patches = ./bash-completion.patch; # I didn't have "have"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user