···45let
6 # if you bump version, update pkgs.tortoisehg too or ping maintainer
7- version = "4.8.1";
8 name = "mercurial-${version}";
9 inherit (python2Packages) docutils hg-git dulwich python;
10in python2Packages.buildPythonApplication {
···1314 src = fetchurl {
15 url = "https://mercurial-scm.org/release/${name}.tar.gz";
16- sha256 = "08gsn0s5802bs8ks77xqg7c8dwpbsh8df47kvb1gn14ivrf5z928";
17 };
1819 inherit python; # pass it so that the same version can be used in hg2git
···45let
6 # if you bump version, update pkgs.tortoisehg too or ping maintainer
7+ version = "4.8.2";
8 name = "mercurial-${version}";
9 inherit (python2Packages) docutils hg-git dulwich python;
10in python2Packages.buildPythonApplication {
···1314 src = fetchurl {
15 url = "https://mercurial-scm.org/release/${name}.tar.gz";
16+ sha256 = "1cpx8nf6vcqz92kx6b5c4900pcay8zb89gvy8y33prh5rywjq83c";
17 };
1819 inherit python; # pass it so that the same version can be used in hg2git