coreboot-toolchain: 24.12 -> 25.03
This commit is contained in:
committed by
Emery Hemingway
parent
4695f4ea15
commit
375215442b
@@ -26,12 +26,12 @@ let
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "coreboot-toolchain-${arch}";
|
||||
version = "24.12";
|
||||
version = "25.03";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://review.coreboot.org/coreboot";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-vK2kxLJZFz7QqWYRF6JIGrM2Hobmzp31HtQMpb1mx9M=";
|
||||
hash = "sha256-zyfBQKVton+2vjYd6fqrUqkHY9bci411pujRGabvTjQ=";
|
||||
fetchSubmodules = false;
|
||||
leaveDotGit = true;
|
||||
postFetch = ''
|
||||
|
||||
@@ -36,10 +36,10 @@
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "acpica-unix-20230628.tar.gz";
|
||||
name = "acpica-unix-20241212.tar.gz";
|
||||
archive = fetchurl {
|
||||
sha256 = "1kjwzyfrmw0fhawjvpqib3l5jxdlcpj3vv92sb7ls8ixbrs6m1w6";
|
||||
url = "https://downloadmirror.intel.com/783534/acpica-unix-20230628.tar.gz";
|
||||
sha256 = "0q8rqc9nxvyg4310rc93az04j01p91q7ipzvhl2722rrxv7q7jlx";
|
||||
url = "https://github.com/acpica/acpica/releases/download/R2024_12_12/acpica-unix-20241212.tar.gz";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user