Merge pull request #9071 from danbst/mercurial

Mercurial: update to 3.4.2
This commit is contained in:
William A. Kennington III 2015-08-01 13:17:55 -07:00
commit 479a43cf74

View file

@ -3,7 +3,7 @@
, ApplicationServices }:
let
version = "3.3.3";
version = "3.4.2";
name = "mercurial-${version}";
in
@ -12,7 +12,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://mercurial.selenic.com/release/${name}.tar.gz";
sha256 = "04xfzwb7jabzsfv2r18c3w6vwag7cjrl79xzg5i3mbyb1mzkcid4";
sha256 = "1kcfznv990mj30y4yk59hz4wkd3050h0hg7iib69w53nhi50xjfw";
};
inherit python; # pass it so that the same version can be used in hg2git