Skip to content

Commit

Permalink
update(arm-toolchain): Update arm toolchain version
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Silva <[email protected]>
  • Loading branch information
miguelafsilva5 authored and ESCristiano committed May 28, 2024
1 parent a9ca14b commit 36372ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/toolchains/aarch64-none-elf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

stdenv.mkDerivation rec {
pname = "aarch64-none-elf";
version = "11.3.rel1";
version = "13.2.rel1";
platform = "x86_64";

src = fetchurl {
url = "https://developer.arm.com/-/media/Files/downloads/gnu/${version}/binrel/arm-gnu-toolchain-${version}-${platform}-aarch64-none-elf.tar.xz";
sha256 = "sha256-+55WKpDeGzopYblSGTwcZSCHKqFILApeCreZcOxudpA=";
sha256 = "sha256-f+e4VIJY8HnWzpvpFE0qEL0r+TtVHa+/IP5/LkTgFLg=";
};

dontConfigure = true;
Expand Down

0 comments on commit 36372ba

Please sign in to comment.