Merge pull request #13427 from k0ral/mercurial

mercurial: 3.5.1 -> 3.7.1
This commit is contained in:
Robin Gloster 2016-02-25 17:00:58 +01:00
commit 40c586b7ce

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