Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mercurial: 4.8.1 -> 4.8.2 #53684

Merged
merged 1 commit into from Jan 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/mercurial/default.nix
Expand Up @@ -4,7 +4,7 @@

let
# if you bump version, update pkgs.tortoisehg too or ping maintainer
version = "4.8.1";
version = "4.8.2";
name = "mercurial-${version}";
inherit (python2Packages) docutils hg-git dulwich python;
in python2Packages.buildPythonApplication {
Expand All @@ -13,7 +13,7 @@ in python2Packages.buildPythonApplication {

src = fetchurl {
url = "https://mercurial-scm.org/release/${name}.tar.gz";
sha256 = "08gsn0s5802bs8ks77xqg7c8dwpbsh8df47kvb1gn14ivrf5z928";
sha256 = "1cpx8nf6vcqz92kx6b5c4900pcay8zb89gvy8y33prh5rywjq83c";
};

inherit python; # pass it so that the same version can be used in hg2git
Expand Down