···3, ApplicationServices }:
45let
6- version = "3.5";
7 name = "mercurial-${version}";
8in
9···1213 src = fetchurl {
14 url = "http://mercurial.selenic.com/release/${name}.tar.gz";
15- sha256 = "19z92dgpxigri195w58xf9b267g4khzgm8wg575y17ykwxw6j3xm";
16 };
1718 inherit python; # pass it so that the same version can be used in hg2git
···3, ApplicationServices }:
45let
6+ version = "3.5.1";
7 name = "mercurial-${version}";
8in
9···1213 src = fetchurl {
14 url = "http://mercurial.selenic.com/release/${name}.tar.gz";
15+ sha256 = "1795ia6ghbqwfp4d6bz0qwlvzymh76zdgk2viikrkqq3ldfs8zcr";
16 };
1718 inherit python; # pass it so that the same version can be used in hg2git