Merge pull request #183399 from techknowlogick/hg-621

authored by winter.bsky.social and committed by GitHub d2c2cc9b b1b2694e

+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.2"; 25 26 src = fetchurl { 27 url = "https://mercurial-scm.org/release/mercurial-${version}.tar.gz"; 28 - sha256 = "sha256-04K14/q4kxEmATIBcxQWV0s1roV4dAS7KggZ9Bu4iXI="; 29 }; 30 31 format = "other"; ··· 35 cargoDeps = if rustSupport then rustPlatform.fetchCargoTarball { 36 inherit src; 37 name = "mercurial-${version}"; 38 - sha256 = "sha256-L4BbU6GTq54DFucqvBZeWtA8zUPvPCwmtIxv/SxgAXk="; 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.2.1"; 25 26 src = fetchurl { 27 url = "https://mercurial-scm.org/release/mercurial-${version}.tar.gz"; 28 + sha256 = "sha256-isXXog0cKtVNTCY9E0FkZG3DSo46a+1pz76rr404gto="; 29 }; 30 31 format = "other"; ··· 35 cargoDeps = if rustSupport then rustPlatform.fetchCargoTarball { 36 inherit src; 37 name = "mercurial-${version}"; 38 + sha256 = "sha256-shmeTQSCpQLrRUbL5bu9nAiPideZUe31YNCrClLM1eI="; 39 sourceRoot = "mercurial-${version}/rust"; 40 } else null; 41 cargoRoot = if rustSupport then "rust" else null;