mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
epson_201207w: added mirror url for src
+ added webarchive source for reliable builds in the future
This commit is contained in:
parent
e7f3fb9326
commit
25d6f87dcd
@ -9,7 +9,11 @@ in
|
||||
inherit version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.ebz.epson.net/dsc/op/stable/SRPMS/epson-inkjet-printer-201207w-${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/epson-inkjet-printer-201207w-${version}-1lsb3.2.src.rpm"
|
||||
"https://web.archive.org/web/https://download.ebz.epson.net/dsc/op/stable/SRPMS/epson-inkjet-printer-201207w-${version}-1lsb3.2.src.rpm"
|
||||
];
|
||||
sha256 = "1ixnhn2dk83nh9v8sdivzgc2bm9z2phvsbx8bc6ainbjq6vn7lns";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user