ghostscript: 10.3.0 -> 10.3.1

This commit is contained in:
Dmitry Kalinkin 2024-05-22 17:47:43 -04:00
parent 6faa002dc1
commit 2dcfa4787b

View File

@ -61,11 +61,11 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ghostscript${lib.optionalString x11Support "-with-X"}"; pname = "ghostscript${lib.optionalString x11Support "-with-X"}";
version = "10.03.0"; version = "10.03.1";
src = fetchurl { src = fetchurl {
url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${lib.replaceStrings ["."] [""] version}/ghostscript-${version}.tar.xz"; url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${lib.replaceStrings ["."] [""] version}/ghostscript-${version}.tar.xz";
hash = "sha512-dNfaWG7vvz+zwIW7TStz7mZ/0K6c/3Ps5hPHfEQxSLhHCG+RgCEkuvkaw1zcg74HGZeZN43vksj72WztfQ7pqA=="; hash = "sha256-FXIS7clrjMxAlHXc4uSYM/tEJ/FQxFUlje2WMsEGq+4=";
}; };
patches = [ patches = [