From 565fb4d44e06ae42530914201492d3a3ca2b984a Mon Sep 17 00:00:00 2001 From: Jared Baur Date: Tue, 24 Dec 2024 21:18:16 -0800 Subject: [PATCH] coreboot-toolchain: 24.08 -> 24.12 --- .../tools/misc/coreboot-toolchain/default.nix | 4 ++-- .../tools/misc/coreboot-toolchain/stable.nix | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/development/tools/misc/coreboot-toolchain/default.nix b/pkgs/development/tools/misc/coreboot-toolchain/default.nix index 523c261d1619a..6ca15bf142d82 100644 --- a/pkgs/development/tools/misc/coreboot-toolchain/default.nix +++ b/pkgs/development/tools/misc/coreboot-toolchain/default.nix @@ -26,12 +26,12 @@ let stdenvNoCC.mkDerivation (finalAttrs: { pname = "coreboot-toolchain-${arch}"; - version = "24.08"; + version = "24.12"; src = fetchgit { url = "https://review.coreboot.org/coreboot"; rev = finalAttrs.version; - hash = "sha256-G/O8wN7moawiG4nAWsYSfiU3gpYxMvPtyvkgkrTL62E="; + hash = "sha256-vK2kxLJZFz7QqWYRF6JIGrM2Hobmzp31HtQMpb1mx9M="; fetchSubmodules = false; leaveDotGit = true; postFetch = '' diff --git a/pkgs/development/tools/misc/coreboot-toolchain/stable.nix b/pkgs/development/tools/misc/coreboot-toolchain/stable.nix index fc20a1a3e7f85..a2cbc3c57de0d 100644 --- a/pkgs/development/tools/misc/coreboot-toolchain/stable.nix +++ b/pkgs/development/tools/misc/coreboot-toolchain/stable.nix @@ -22,17 +22,17 @@ }; } { - name = "gcc-14.1.0.tar.xz"; + name = "gcc-14.2.0.tar.xz"; archive = fetchurl { - sha256 = "0h3889kkfp9bzw8km9w1ssh5qjskg6yw02q8v3lkvzksk1acd0z2"; - url = "mirror://gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz"; + sha256 = "1j9wdznsp772q15w1kl5ip0gf0bh8wkanq2sdj12b7mzkk39pcx7"; + url = "mirror://gnu/gcc/gcc-14.2.0/gcc-14.2.0.tar.xz"; }; } { - name = "binutils-2.42.tar.xz"; + name = "binutils-2.43.1.tar.xz"; archive = fetchurl { - sha256 = "0058hngi16793aja9ih623mfr98dcarmf549nw38nxzwslgx9r7n"; - url = "mirror://gnu/binutils/binutils-2.42.tar.xz"; + sha256 = "1z9d2f0894xvjlfnvni4wbxnqgqd42j9x8wpnwc13if4lc145xqk"; + url = "mirror://gnu/binutils/binutils-2.43.1.tar.xz"; }; } {