epson-escpr: 1.6.4 -> 1.6.5
This commit is contained in:
parent
90d7041ce4
commit
03912a2761
@ -1,15 +1,15 @@
|
||||
{ stdenv, fetchurl, cups }:
|
||||
|
||||
let
|
||||
version = "1.6.4";
|
||||
version = "1.6.5";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
|
||||
name = "epson-escpr-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download3.ebz.epson.net/dsc/f/03/00/04/37/97/88177bc0dc7025905eae4a0da1e841408f82e33c/epson-inkjet-printer-escpr-1.6.4-1lsb3.2.tar.gz";
|
||||
sha256 = "76c66461a30be82b9cc37d663147a72f488fe060ef54578120602bb87a3f7754";
|
||||
url = "https://download3.ebz.epson.net/dsc/f/03/00/04/54/27/b73564748bfde7b7ce625e20d4a3257d447bec79/epson-inkjet-printer-escpr-1.6.5-1lsb3.2.tar.gz";
|
||||
sha256 = "1cd9e0506bf181e1476bd8305f1c6b8dbc4354eab9415d0d5529850856129e4c";
|
||||
};
|
||||
|
||||
patches = [ ./cups-filter-ppd-dirs.patch ];
|
||||
@ -17,7 +17,7 @@ in
|
||||
buildInputs = [ cups ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/artuuge/NixOS-files/;
|
||||
homepage = "http://download.ebz.epson.net/dsc/search/01/search/";
|
||||
description = "ESC/P-R Driver (generic driver)";
|
||||
longDescription = ''
|
||||
Epson Inkjet Printer Driver (ESC/P-R) for Linux and the
|
||||
|
Loading…
Reference in New Issue
Block a user