Skip to content

Commit

Permalink
coreboot-toolchain: 24.08 -> 24.12 (#368063)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Dec 25, 2024
2 parents 43ec9a5 + 565fb4d commit 3423ad5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/coreboot-toolchain/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down
12 changes: 6 additions & 6 deletions pkgs/development/tools/misc/coreboot-toolchain/stable.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
{
Expand Down

0 comments on commit 3423ad5

Please sign in to comment.