mercurial: update source url

The old download url isn't reachable since a few weeks. The new one uses
mercurials domain instead of selenics.
This commit is contained in:
Christoph Hrdinka 2016-06-12 20:23:00 +02:00
parent 852e9c3096
commit 077ac28f2c

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation {
inherit name;
src = fetchurl {
url = "http://mercurial.selenic.com/release/${name}.tar.gz";
url = "https://mercurial-scm.org/release/${name}.tar.gz";
sha256 = "1zdz42znd6i7c3nf31j0k6frcs68qyniyvcad8k2a1hlarlv2y6b";
};