coreboot-toolchain: 4.22 -> 24.02

https://doc.coreboot.org/releases/coreboot-24.02-relnotes.html#toolchain-updates
This commit is contained in:
Jared Baur 2024-02-26 22:35:23 -08:00
parent c8208f98ab
commit e87b41da86
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View File

@ -19,12 +19,12 @@ let
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "coreboot-toolchain-${arch}";
version = "4.22";
version = "24.02";
src = fetchgit {
url = "https://review.coreboot.org/coreboot";
rev = finalAttrs.version;
hash = "sha256-OCEBt3YYyfXpnskFojBn/JoWTkNJ4XAI58BG4pyscGc=";
hash = "sha256-fHulr7w5I9LzBwGt/ZVaN7A3XEd7uQ2eJJifxII7rtk=";
fetchSubmodules = false;
leaveDotGit = true;
postFetch = ''

View File

@ -21,10 +21,10 @@
};
}
{
name = "gcc-11.4.0.tar.xz";
name = "gcc-13.2.0.tar.xz";
archive = fetchurl {
sha256 = "1ncd7akww0hl5kkmw1dj3qgqp3phdrr5dfnm7jia9s07n0ib4b9z";
url = "mirror://gnu/gcc/gcc-11.4.0/gcc-11.4.0.tar.xz";
sha256 = "1nj3qyswcgc650sl3h0480a171ixp33ca13zl90p61m689jffxg2";
url = "mirror://gnu/gcc/gcc-13.2.0/gcc-13.2.0.tar.xz";
};
}
{