parent
4700db89b1
commit
c84d366295
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "ghostscript-${version}";
|
name = "ghostscript-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
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;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user