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.
This commit is contained in:
Artturin
2023-04-06 20:01:14 +03:00
parent d3f37613e9
commit 719ce1641b
+4 -1
View File
@@ -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=";
};