Mercurial: Bump

This commit is contained in:
Shea Levy 2012-07-27 19:44:01 -04:00
parent f11631c8c4
commit deb09fd9de

View file

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