epson-workforce-635-nx625-series: added mirror url for src

+ added webarchive source for reliable builds in the future
This commit is contained in:
wucke13 2019-10-05 22:28:49 +02:00
parent 4db74946ac
commit 3a58913421

View file

@ -13,7 +13,11 @@ in stdenv.mkDerivation rec {
version = "1.0.1";
src = fetchurl {
url = "https://download.ebz.epson.net/dsc/op/stable/SRPMS/${name}-${version}-1lsb3.2.src.rpm";
# NOTE: Don't forget to update the webarchive link too!
urls = [
"https://download.ebz.epson.net/dsc/op/stable/SRPMS/${name}-${version}-1lsb3.2.src.rpm"
"https://web.archive.org/web/https://download.ebz.epson.net/dsc/op/stable/SRPMS/${name}-${version}-1lsb3.2.src.rpm"
];
sha256 = "19nb2h0y9rvv6rg7j262f8sqap9kjvz8kmisxnjg1w0v19zb9zf2";
};
sourceRoot = srcdirs.filter;