Skip to content

Commit

Permalink
Merge pull request #69376 from d-goldin/bump-epson-escpr2
Browse files Browse the repository at this point in the history
epson-escpr2: 1.0.29 -> 1.1.1
  • Loading branch information
worldofpeace committed Oct 1, 2019
2 parents 13ccc86 + e338105 commit 1ac5e08
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/misc/drivers/epson-escpr2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

stdenv.mkDerivation rec {
pname = "epson-inkjet-printer-escpr2";
version = "1.0.29";
version = "1.1.1";

src = fetchurl {
url = "https://download3.ebz.epson.net/dsc/f/03/00/09/02/31/a332507b6398c6e2e007c05477dd6c3d5a8e50eb/${pname}-${version}-1lsb3.2.src.rpm";
sha256 = "064br52akpw5yrxb2wqw2klv4jrvyipa7w0rjj974xgyi781lqs5";
# To find new versions, visit http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
# and search for some printer like for instance "WF-7210" to get to the most recent version.
# NOTE: keep in mind that many parts of the URL change and not just version.
url = "https://download3.ebz.epson.net/dsc/f/03/00/09/72/04/c6d928e83e558c4ba1e7e8bcb5c1fe080b8095eb/${pname}-${version}-1lsb3.2.src.rpm";
sha256 = "02vdlhvinsx6vsjq172b2c1vrfzkg0w9j5lbsnjvj6yq3yqz5b5q";
};

patches = [ ./cups-filter-ppd-dirs.patch ];
Expand Down

0 comments on commit 1ac5e08

Please sign in to comment.