ghostscript: update upstream URL

Closes #15342
This commit is contained in:
Sebastian Hagen
2016-05-09 23:10:49 +01:00
committed by Joachim Fasting
parent 4700db89b1
commit c84d366295

View File

@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
name = "ghostscript-${version}";
src = fetchurl {
url = "http://downloads.ghostscript.com/public/${name}.tar.bz2";
url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs918/${name}.tar.bz2";
inherit sha256;
};