ghostscript: 10.05.0 -> 10.05.1

Changelog: https://ghostscript.readthedocs.io/en/gs10.05.1/News.html
This commit is contained in:
Simon Hauser
2025-04-30 10:59:55 +02:00
parent 2a2de390d5
commit 313962f485
+2 -2
View File
@@ -64,13 +64,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ghostscript${lib.optionalString x11Support "-with-X"}";
version = "10.05.0";
version = "10.05.1";
src = fetchurl {
url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${
lib.replaceStrings [ "." ] [ "" ] version
}/ghostscript-${version}.tar.xz";
hash = "sha256-qsnE/fYYBadvYiABJzXBroMoE3iDFL/AQFXMDIlZuaM=";
hash = "sha256-IvK9yhXCiDDJcVzdxcKW6maJi/2rC2BKTgvP6wOvbK0=";
};
patches = [