Skip to content

Commit

Permalink
mercurial: 4.1.1 -> 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Aug 11, 2017
1 parent 30d1c62 commit f0719b5
Showing 1 changed file with 2 additions and 2 deletions.
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.1.1";
version = "4.3.1";
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 = "17imsf4haqgw364p1z9i416jinmfxfia537b84hcg0rg43hinmv3";
sha256 = "18hq6vvjsrjsnbs15bvyyfrss35bgc0hgw4wxksdyaj578pg04ib";
};

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

1 comment on commit f0719b5

@copumpkin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@grahamc this is a security update I think

Please sign in to comment.