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

mercurial: 6.5.1 -> 6.5.2

Changelog: https://wiki.mercurial-scm.org/Release6.5

pacien a463c129 0a1690dd

+3 -3
+3 -3
pkgs/applications/version-management/mercurial/default.nix
··· 21 22 self = python3Packages.buildPythonApplication rec { 23 pname = "mercurial${lib.optionalString fullBuild "-full"}"; 24 - version = "6.5.1"; 25 26 src = fetchurl { 27 url = "https://mercurial-scm.org/release/mercurial-${version}.tar.gz"; 28 - sha256 = "sha256-M/fejYs2B/orQIzeS4cl4RfrCtQZJqeH6qtAnKik/C8="; 29 }; 30 31 format = "other"; ··· 35 cargoDeps = if rustSupport then rustPlatform.fetchCargoTarball { 36 inherit src; 37 name = "mercurial-${version}"; 38 - sha256 = "sha256-tPv0UeZOsHDGKzXWeA/fFio7d3EN+KGioDu/1WH1drc="; 39 sourceRoot = "mercurial-${version}/rust"; 40 } else null; 41 cargoRoot = if rustSupport then "rust" else null;
··· 21 22 self = python3Packages.buildPythonApplication rec { 23 pname = "mercurial${lib.optionalString fullBuild "-full"}"; 24 + version = "6.5.2"; 25 26 src = fetchurl { 27 url = "https://mercurial-scm.org/release/mercurial-${version}.tar.gz"; 28 + sha256 = "sha256-r8OdcGeXZZPIMyuOl6Eq/Tk7VQN8X7nDyrGkLHVg9go="; 29 }; 30 31 format = "other"; ··· 35 cargoDeps = if rustSupport then rustPlatform.fetchCargoTarball { 36 inherit src; 37 name = "mercurial-${version}"; 38 + sha256 = "sha256-dcyHmLkRadNK30Vv0XsCEaZGTIcF/L29lLe58ggB3Lg="; 39 sourceRoot = "mercurial-${version}/rust"; 40 } else null; 41 cargoRoot = if rustSupport then "rust" else null;