3
0
Fork 0
forked from mirrors/nixpkgs

mercurialFull: update from 2.8.2 to 2.9

This commit is contained in:
Nixpkgs Monitor 2014-02-04 10:35:20 +01:00 committed by Rob Vermaas
parent 627c82b991
commit d2451cbce6

View file

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