Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c97af76d7575
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 94d9b2ccda49
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 5, 2020

  1. mercurial: 5.4.1 -> 5.4.2

    r-ryantm committed Jul 5, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3a3d5ff View commit details
  2. Merge pull request #92340 from r-ryantm/auto-update/mercurial

    mercurial: 5.4.1 -> 5.4.2
    bhipple authored Jul 5, 2020
    Copy the full SHA
    94d9b2c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/version-management/mercurial/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/mercurial/default.nix
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@ let

in python3Packages.buildPythonApplication rec {
pname = "mercurial";
version = "5.4.1";
version = "5.4.2";

src = fetchurl {
url = "https://mercurial-scm.org/release/mercurial-${version}.tar.gz";
sha256 = "1ilam0dz121nn4852jgkgyzyrvk3hn5cqnivy8gk1qg815mh4763";
sha256 = "0ls8nwx3nz26pibphw54fg8pxqb365zmmqx95lqrxqqyf3d972sw";
};

format = "other";