mercurial: 3.7.3 -> 3.8.1

This commit is contained in:
Michael Raskin 2016-05-05 20:28:58 +02:00
parent c7c08ced11
commit 9dc5dcf6db

View File

@ -4,7 +4,7 @@
let
# if you bump version, update pkgs.tortoisehg too or ping maintainer
version = "3.7.3";
version = "3.8.1";
name = "mercurial-${version}";
in
@ -13,7 +13,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://mercurial.selenic.com/release/${name}.tar.gz";
sha256 = "0c2vkad9piqkggyk8y310rf619qgdfcwswnk3nv21mg2fhnw96f0";
sha256 = "156m6269xdqq7mpw01c6b065k29xnb8b9lyzn1b0nlz5il2izkps";
};
inherit python; # pass it so that the same version can be used in hg2git
@ -68,5 +68,6 @@ stdenv.mkDerivation {
downloadPage = "http://mercurial.selenic.com/release/";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.eelco ];
updateWalker = true;
};
}