From 9bb374e093df8045b7c4b8f98eb6b1a78f46cef1 Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Thu, 13 Mar 2025 14:18:28 +0100 Subject: [PATCH] ghostscript: 10.04.0 -> 10.05.0 Changelog: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/tag/gs10050 --- pkgs/by-name/gh/ghostscript/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/gh/ghostscript/package.nix b/pkgs/by-name/gh/ghostscript/package.nix index d54d17a64433..9e0990ba3aab 100644 --- a/pkgs/by-name/gh/ghostscript/package.nix +++ b/pkgs/by-name/gh/ghostscript/package.nix @@ -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 = [