mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
ghostscript: 10.3.0 -> 10.3.1
This commit is contained in:
parent
6faa002dc1
commit
2dcfa4787b
|
@ -61,11 +61,11 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ghostscript${lib.optionalString x11Support "-with-X"}";
|
||||
version = "10.03.0";
|
||||
version = "10.03.1";
|
||||
|
||||
src = fetchurl {
|
||||
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 = [
|
||||
|
|
Loading…
Reference in a new issue