cups-filters: 1.28.15 -> 1.28.17
This commit is contained in:
parent
c9bcecf0ab
commit
b5de94e8a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user