From 1fd3124ba085b766c95478910ea0c1e7b0515de9 Mon Sep 17 00:00:00 2001 From: Matteo Franchin Date: Wed, 22 Jul 2026 12:02:04 +0100 Subject: [PATCH] nix: update nix URLs for ft4222, ftd2xx and mpsse Signed-off-by: Matteo Franchin --- nix/ft4222.nix | 2 +- nix/ftd2xx.nix | 2 +- nix/libmpsse.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/ft4222.nix b/nix/ft4222.nix index 247df4e..7a75e40 100644 --- a/nix/ft4222.nix +++ b/nix/ft4222.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { pname = "ft4222"; version = "1.4.4.232"; src = fetchzip { - url = "https://storage.googleapis.com/lowrisc-ci-cache/external/libft4222-linux-${version}.zip"; + url = "https://storage.googleapis.com/lowrisc-ci-longterm-cache/libft4222-linux-${version}.zip"; hash = "sha256-WGy6llULMvjPcc8L1e7qPh9xYB1a2sFKyoLI7WZWNp0="; }; diff --git a/nix/ftd2xx.nix b/nix/ftd2xx.nix index b349e26..47c902e 100644 --- a/nix/ftd2xx.nix +++ b/nix/ftd2xx.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { pname = "ftd2xx"; version = "1.4.34"; src = fetchzip { - url = "https://storage.googleapis.com/lowrisc-ci-cache/external/libftd2xx-linux-x86_64-${version}.tgz"; + url = "https://storage.googleapis.com/lowrisc-ci-longterm-cache/libftd2xx-linux-x86_64-${version}.tgz"; hash = "sha256-O47VO8DpNJt2VTjvyEwA4sxLegUrwdazeIh3JHW2URI="; }; diff --git a/nix/libmpsse.nix b/nix/libmpsse.nix index d1dbfa3..6384b65 100644 --- a/nix/libmpsse.nix +++ b/nix/libmpsse.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { pname = "libmpsse"; version = "1.0.8"; src = fetchzip { - url = "https://storage.googleapis.com/lowrisc-ci-cache/external/libmpsse-x86_64-${version}.tgz"; + url = "https://storage.googleapis.com/lowrisc-ci-longterm-cache/libmpsse-x86_64-${version}.tgz"; hash = "sha256-9JwRDfQj6KMV+k1WxgKq6IB3hgSXNI9sqX3NNQz2n3c="; };