mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
epson-workforce-635-nx625-series: use lib.fetchurl
builtins.fetchurl (was used) cannot access uris not in `allowed-uris` when built in restricted mode (like ofborg does)
This commit is contained in:
parent
238e9530f9
commit
e0809da91b
@ -12,7 +12,7 @@ in stdenv.mkDerivation rec {
|
||||
name = "epson-inkjet-printer-workforce-635-nx625-series";
|
||||
version = "1.0.1";
|
||||
|
||||
src = builtins.fetchurl {
|
||||
src = fetchurl {
|
||||
url = "https://download.ebz.epson.net/dsc/op/stable/SRPMS/${name}-${version}-1lsb3.2.src.rpm";
|
||||
sha256 = "19nb2h0y9rvv6rg7j262f8sqap9kjvz8kmisxnjg1w0v19zb9zf2";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user