Skip to content

Commit

Permalink
mercurial: 6.9 -> 6.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Jan 28, 2025
1 parent 96e7518 commit 9ba6ba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/mercurial/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -55,7 +55,7 @@ let
rustPlatform.fetchCargoTarball {
inherit src;
name = "mercurial-${version}";
hash = "sha256-E8Q0hMLPLkUZ5W5iqe4w5t/71HQuRBTF3SRUBN8EMik=";
hash = "sha256-Vi/tgrLNLOLPwuRMYDuFuGzSC+EBGE/W1BKome6tsl8=";
sourceRoot = "mercurial-${version}/rust";
}
else
Expand Down

0 comments on commit 9ba6ba9

Please sign in to comment.