mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
epson-workforce-635-nx625-series: added mirror url for src
+ added webarchive source for reliable builds in the future
This commit is contained in:
parent
4db74946ac
commit
3a58913421
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue