summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorSamae <eeva@samae>2023-07-13 21:14:33 +0300
committerSamae <eeva@samae>2023-07-14 00:53:43 +0300
commitcd5749c5b05da7cf1b7053391e8918eaa26a9079 (patch)
treeb03ebd7cbc658d073c707ad4003f94cf56a9d452 /pkgs/misc
parent5975bd00fa0593730c4112ef29dffc149e42a9e3 (diff)
downloadnixpkgs-cd5749c5b05da7cf1b7053391e8918eaa26a9079.tar
nixpkgs-cd5749c5b05da7cf1b7053391e8918eaa26a9079.tar.gz
nixpkgs-cd5749c5b05da7cf1b7053391e8918eaa26a9079.tar.bz2
nixpkgs-cd5749c5b05da7cf1b7053391e8918eaa26a9079.tar.lz
nixpkgs-cd5749c5b05da7cf1b7053391e8918eaa26a9079.tar.xz
nixpkgs-cd5749c5b05da7cf1b7053391e8918eaa26a9079.tar.zst
nixpkgs-cd5749c5b05da7cf1b7053391e8918eaa26a9079.zip
ghostscript: 10.01.1 -> 10.01.2
Minor update to counter CVE-2023-36664

Closes #243250
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/ghostscript/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/ghostscript/default.nix b/pkgs/misc/ghostscript/default.nix
index ad1f3e8e1e4..05f8c121af3 100644
--- a/pkgs/misc/ghostscript/default.nix
+++ b/pkgs/misc/ghostscript/default.nix
@@ -61,11 +61,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "ghostscript${lib.optionalString x11Support "-with-X"}";
-  version = "10.01.1";
+  version = "10.01.2";
 
   src = fetchurl {
     url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${lib.replaceStrings ["."] [""] version}/ghostscript-${version}.tar.xz";
-    hash = "sha512-2US+norvaNEXbWTEDbb6htVdDJ4wBH8hR8AoBqthz+msLLANTlshj/PFHMbtR87/4brE3Z1MwXYLeXTzDGwnNQ==";
+    hash = "sha512-7iDw4S9VOj0EV45xoNRd7+vHERfOTcLBQEOYW/5zSK1/iy/pj8m09bk17LMuUNw0C+Z9bvWBkFQuxtD52h3jgA==";
   };
 
   patches = [