mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
Advance version of mercurial to 1.8.2
svn path=/nixpkgs/trunk/; revision=26771
This commit is contained in:
parent
0526aaa8a2
commit
ebdd392409
@ -2,11 +2,11 @@
|
||||
, guiSupport ? false, tk ? null, ssl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mercurial-1.7.5";
|
||||
name = "mercurial-1.8.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.selenic.com/mercurial/release/${name}.tar.gz";
|
||||
sha256 = "14849n52vladjmzp0s3nc8q31rkjxswg7l2f2v3j7a9h7n4czbfz";
|
||||
url = "http://mercurial.selenic.com/release/${name}.tar.gz";
|
||||
sha256 = "0hdhaxn05rc33yxbrpqpqakpp4v4zpcd9b8wmfzkk7cdbmmbw9nk";
|
||||
};
|
||||
|
||||
inherit python; # pass it so that the same version can be used in hg2git
|
||||
|
Loading…
Reference in New Issue
Block a user