Skip to content

Commit

Permalink
fix(toolchain): Change the toolchain source to bao-riscv-toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Silva <[email protected]>
  • Loading branch information
miguelafsilva5 authored and Diogo21Costa committed Dec 5, 2024
1 parent 84fdfb6 commit 18c31e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/toolchains/riscv64-unknown-elf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
arch = "x86_64";

src = fetchurl {
url = "https://static.dev.sifive.com/dev-tools/freedom-tools/v2020.12/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-${arch}-linux-ubuntu14.tar.gz";
sha256 = "sha256-vYVyQrfGSxqYxWs1vIAYZKxCBdA/ODxwEKkMXQu5VJo=";
url = "https://github.com/bao-project/bao-riscv-toolchain/releases/download/gc891d8dc23e/riscv-unknown-elf-13.2.0-ubuntu-22.04.tar.gz";
sha256 = "sha256-MMKEFVwIl3wGwSZDHmvpVzEWsgpc6ePaX5kTrzyVfL0=";
};

nativeBuildInputs = [ zlib ]; #build time dependencies
Expand Down

0 comments on commit 18c31e6

Please sign in to comment.