From 54d2f0e06b3872a9b123ec17dee196934051cf90 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 28 Jan 2025 20:15:23 -0500 Subject: [PATCH] mercurial: 6.9 -> 6.9.1 Changelog: https://wiki.mercurial-scm.org/Release6.9 --- pkgs/applications/version-management/mercurial/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/version-management/mercurial/default.nix b/pkgs/applications/version-management/mercurial/default.nix index 8806d8bec6d49..c7e56c2d295a6 100644 --- a/pkgs/applications/version-management/mercurial/default.nix +++ b/pkgs/applications/version-management/mercurial/default.nix @@ -39,11 +39,11 @@ let self = python3Packages.buildPythonApplication rec { pname = "mercurial${lib.optionalString fullBuild "-full"}"; - version = "6.9"; + version = "6.9.1"; src = fetchurl { url = "https://mercurial-scm.org/release/mercurial-${version}.tar.gz"; - hash = "sha256-YpYEKT3yvoFx7IVr9Pi0+qjkMFrxNgfc4PifdBMoNtY="; + hash = "sha256-5XdXfumpep+E08NNU8y4uTVCY9arlkR1JQlPPgpWcnA="; }; format = "other"; @@ -55,7 +55,7 @@ let rustPlatform.fetchCargoVendor { inherit src; name = "mercurial-${version}"; - hash = "sha256-k/K1BupCqnlB++2T7hJxu82yID0jG8HwLNmb2eyx29o="; + hash = "sha256-Vi/tgrLNLOLPwuRMYDuFuGzSC+EBGE/W1BKome6tsl8="; sourceRoot = "mercurial-${version}/rust"; } else