Skip to content

Commit

Permalink
epson-escpr: 1.6.4 -> 1.6.5
Browse files Browse the repository at this point in the history
(cherry picked from commit 03912a2)
  • Loading branch information
artuuge authored and shlevy committed Jul 29, 2016
1 parent 392c19f commit f5bcd93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/misc/drivers/epson-escpr/default.nix
@@ -1,23 +1,23 @@
{ 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 ];

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
Expand Down

0 comments on commit f5bcd93

Please sign in to comment.