ghostscript: 10.04.0 -> 10.05.0

Changelog: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/tag/gs10050
This commit is contained in:
Simon Hauser
2025-03-13 14:19:54 +01:00
parent d86f1165e2
commit 9bb374e093
+2 -2
View File
@@ -63,11 +63,11 @@ let
in
stdenv.mkDerivation rec {
pname = "ghostscript${lib.optionalString x11Support "-with-X"}";
version = "10.04.0";
version = "10.05.0";
src = fetchurl {
url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${lib.replaceStrings ["."] [""] version}/ghostscript-${version}.tar.xz";
hash = "sha256-Un7vC2zQTs8cjXoReWxppS00/+Nq/KhqQAcpovwByIc=";
hash = "sha256-qsnE/fYYBadvYiABJzXBroMoE3iDFL/AQFXMDIlZuaM=";
};
patches = [