Updating mercurial
svn path=/nixpkgs/trunk/; revision=20439
This commit is contained in:
parent
48fa4b5257
commit
ba28274db7
@ -1,10 +1,10 @@
|
|||||||
args: with args;
|
args: with args;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mercurial-1.2.1";
|
name = "mercurial-1.4.3";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.selenic.com/mercurial/release/${name}.tar.gz";
|
url = "http://www.selenic.com/mercurial/release/${name}.tar.gz";
|
||||||
sha256 = "0zmldqvl6lbg40d4jbx6hm8790bi8h4dfmawinvq5gfgpij78603";
|
sha256 = "091agbxlhansf66ams7n1spwgr3frra0y33dipcqbhx3mjx21j4w";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit python; # pass it so that the same version can be used in hg2git
|
inherit python; # pass it so that the same version can be used in hg2git
|
||||||
|
Loading…
Reference in New Issue
Block a user