mercurial: Update to 3.2.2

wip/yesman
Eelco Dolstra 10 years ago
parent 011e581a4e
commit cb5433b8de
  1. 4
      pkgs/applications/version-management/mercurial/default.nix

@ -2,7 +2,7 @@
, guiSupport ? false, tk ? null, curses }:
let
version = "3.1.2";
version = "3.2.2";
name = "mercurial-${version}";
in
@ -11,7 +11,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://mercurial.selenic.com/release/${name}.tar.gz";
sha256 = "0fldlypjpzn12az2gk4b3am615wih3r6ld69im97iqq76zmmrgjx";
sha256 = "1311ba2cgdc17ap8sl7pswzngc702pnkr4cd2rx6znb0w9jzgpmg";
};
inherit python; # pass it so that the same version can be used in hg2git

Loading…
Cancel
Save