Skip to content

Commit

Permalink
mercurial: fix cargoDeps hash
Browse files Browse the repository at this point in the history
  • Loading branch information
superherointj committed Jun 23, 2024
1 parent a769421 commit a15795f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/mercurial/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let
cargoDeps = if rustSupport then rustPlatform.fetchCargoTarball {
inherit src;
name = "mercurial-${version}";
hash = "sha256-FRa7frX2z9jQGFBXS2TpOUANs0+xwegNETUAQIU0S4o=";
hash = "sha256-Fjsh8ZWU3j8g/YxJCfSpgwDXuZmp17f5p7051SoWvK8=";
sourceRoot = "mercurial-${version}/rust";
} else null;
cargoRoot = if rustSupport then "rust" else null;
Expand Down

0 comments on commit a15795f

Please sign in to comment.