Skip to content

Commit 1919f1b

Browse files
committed
epson-escpr2: 1.2.35 -> 1.2.36
1 parent d88c9eb commit 1919f1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ep/epson-escpr2/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
stdenv.mkDerivation {
1010
pname = "epson-inkjet-printer-escpr2";
11-
version = "1.2.35";
11+
version = "1.2.36";
1212

1313
src = fetchurl {
1414
# To find the most recent version go to
1515
# https://support.epson.net/linux/Printer/LSB_distribution_pages/en/escpr2.php
1616
# and retrieve the download link for source package for arm CPU for the tar.gz (the x86 link targets to rpm source files)
1717

18-
url = "https://download3.ebz.epson.net/dsc/f/03/00/17/28/09/4e8dc40219d4b52e414b608de92552af4fd46eca/epson-inkjet-printer-escpr2-1.2.35-1.tar.gz";
19-
hash = "sha256-aYEuEION/C32/SnngreX/nqK/6Yzkuxf0k0HpferTYM=";
18+
url = "https://download-center.epson.com/f/module/bb48b7e6-662f-4152-a86f-c1a78fc74b1f/epson-inkjet-printer-escpr2-1.2.36-1.tar.gz";
19+
hash = "sha256-0R4dFhT1XhjXMOeRxCbTIT1K83bkwiAhpu/W10DSlxM=";
2020
};
2121

2222
buildInputs = [ cups ];

0 commit comments

Comments
 (0)