Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #53684 from dtzWill/update/mercurial-4.8.2

mercurial: 4.8.1 -> 4.8.2

authored by

Danylo Hlynskyi and committed by
GitHub
bfd31e29 73368f46

+2 -2
+2 -2
pkgs/applications/version-management/mercurial/default.nix
··· 4 5 let 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; 10 in python2Packages.buildPythonApplication { ··· 13 14 src = fetchurl { 15 url = "https://mercurial-scm.org/release/${name}.tar.gz"; 16 - sha256 = "08gsn0s5802bs8ks77xqg7c8dwpbsh8df47kvb1gn14ivrf5z928"; 17 }; 18 19 inherit python; # pass it so that the same version can be used in hg2git
··· 4 5 let 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; 10 in python2Packages.buildPythonApplication { ··· 13 14 src = fetchurl { 15 url = "https://mercurial-scm.org/release/${name}.tar.gz"; 16 + sha256 = "1cpx8nf6vcqz92kx6b5c4900pcay8zb89gvy8y33prh5rywjq83c"; 17 }; 18 19 inherit python; # pass it so that the same version can be used in hg2git