3
0
Fork 0
forked from mirrors/nixpkgs

mercurial: 3.5.1 -> 3.7.1

This commit is contained in:
koral 2016-02-24 16:39:03 +01:00
parent 885acea1dd
commit d4193c82c1

View file

@ -3,7 +3,7 @@
, ApplicationServices, cf-private }: , ApplicationServices, cf-private }:
let let
version = "3.5.1"; version = "3.7.1";
name = "mercurial-${version}"; name = "mercurial-${version}";
in in
@ -12,7 +12,7 @@ stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
url = "http://mercurial.selenic.com/release/${name}.tar.gz"; url = "http://mercurial.selenic.com/release/${name}.tar.gz";
sha256 = "1795ia6ghbqwfp4d6bz0qwlvzymh76zdgk2viikrkqq3ldfs8zcr"; sha256 = "1vfgqlb8z2k1vcx2nvcianxmml79cqqqncchw6aj40sa8hgpvlwn";
}; };
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