File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
1111 version = "1.4.4.232" ;
1212 src = fetchzip {
1313 url = "https://ftdichip.com/wp-content/uploads/2025/04/libft4222-linux-${ version } .zip" ;
14+ curlOptsList = [
15+ "--user-agent" "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
16+ ] ;
1417 hash = "sha256-WGy6llULMvjPcc8L1e7qPh9xYB1a2sFKyoLI7WZWNp0=" ;
1518 } ;
1619
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
1111 version = "1.4.34" ;
1212 src = fetchzip {
1313 url = "https://ftdichip.com/wp-content/uploads/2025/11/libftd2xx-linux-x86_64-${ version } .tgz" ;
14+ curlOptsList = [
15+ "--user-agent" "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
16+ ] ;
1417 hash = "sha256-O47VO8DpNJt2VTjvyEwA4sxLegUrwdazeIh3JHW2URI=" ;
1518 } ;
1619
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
1111 version = "1.0.8" ;
1212 src = fetchzip {
1313 url = "https://ftdichip.com/wp-content/uploads/2025/08/libmpsse-x86_64-${ version } .tgz" ;
14+ curlOptsList = [
15+ "--user-agent" "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
16+ ] ;
1417 hash = "sha256-9JwRDfQj6KMV+k1WxgKq6IB3hgSXNI9sqX3NNQz2n3c=" ;
1518 } ;
1619
You can’t perform that action at this time.
0 commit comments