Merge pull request #234280 from wegank/cups-filters-bump

cups-filters: 1.28.15 -> 1.28.17
This commit is contained in:
Weijia Wang 2023-05-26 23:09:47 +03:00 committed by GitHub
commit 1406757590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@
, gnugrep
, gnused
, ijs
, libexif
, libjpeg
, liblouis
, libpng
@ -34,11 +35,11 @@ let
in
stdenv.mkDerivation rec {
pname = "cups-filters";
version = "1.28.15";
version = "1.28.17";
src = fetchurl {
url = "https://openprinting.org/download/cups-filters/${pname}-${version}.tar.xz";
sha256 = "sha256-qQfsdp+7cu+/v5tUCyUKCOM7bjc6inw0P5hA+6TQR4s=";
url = "https://github.com/OpenPrinting/cups-filters/releases/download/${version}/${pname}-${version}.tar.xz";
hash = "sha256-Jwo3UqlgNoqpnUMftdNPQDmyrJQ8V22EBhLR2Bhcm7k=";
};
patches = [
@ -57,6 +58,7 @@ stdenv.mkDerivation rec {
fontconfig
ghostscript
ijs
libexif
libjpeg
liblouis # braille embosser support
libpng