Merge pull request #215160 from wegank/fxlinuxprint-src
fxlinuxprint: fix src
This commit is contained in:
commit
465fe9f8f3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
version = "1.1.2-1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://onlinesupport.fujixerox.com/driver_downloads/fxlinuxpdf112119031.zip";
|
||||
url = "https://support-fb.fujifilm.com/driver_downloads/fxlinuxpdf112119031.zip";
|
||||
sha256 = "1mv07ch6ysk9bknfmjqsgxb803sj6vfin29s9knaqv17jvgyh0n3";
|
||||
curlOpts = "--user-agent Mozilla/5.0"; # HTTP 410 otherwise
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue