summary refs log tree commit diff
path: root/pkgs/misc/drivers
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-04-06 20:01:14 +0300
committerArtturin <Artturin@artturin.com>2023-04-06 20:01:14 +0300
commit719ce1641b751af836d0c4f94a533d3fc34ecf08 (patch)
treef082aa3619d81e29fe3ab9fcdb7a15a19920ba20 /pkgs/misc/drivers
parentd3f37613e93528fa24b70fe62187da08f8f20869 (diff)
utsushi-imagescan: use mirrors
https://aur.archlinux.org/packages/imagescan-plugin-networkscan#comment-889998

> It seems that Epson has abandoned this software. I have changed the package to download from a mirror hosted by me.
Diffstat (limited to 'pkgs/misc/drivers')
-rw-r--r--pkgs/misc/drivers/utsushi/networkscan.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/misc/drivers/utsushi/networkscan.nix b/pkgs/misc/drivers/utsushi/networkscan.nix
index c0416a11be3cc..b9aa1cbe904f4 100644
--- a/pkgs/misc/drivers/utsushi/networkscan.nix
+++ b/pkgs/misc/drivers/utsushi/networkscan.nix
@@ -6,7 +6,10 @@ stdenv.mkDerivation rec {
   version = "1.1.4";
 
   src = fetchurl {
-    url = "https://download2.ebz.epson.net/imagescanv3/fedora/latest1/rpm/x64/imagescan-bundle-fedora-32-${imagescanVersion}.x64.rpm.tar.gz";
+    urls = [
+      "https://buzo.eu/mirror/epson/imagescan-bundle-fedora-32-${imagescanVersion}.x64.rpm.tar.gz"
+      "https://web.archive.org/web/20221027001620if_/https://download2.ebz.epson.net/imagescanv3/fedora/latest1/rpm/x64/imagescan-bundle-fedora-32-${imagescanVersion}.x64.rpm.tar.gz"
+    ];
     sha256 = "sha256-fxi63sV+YJOlv1aVTfCPIXOPfNAo+R7zNPvA11sFmMk=";
   };