Merge pull request #159983: coreboot-toolchain: 4.15 -> 4.16

This commit is contained in:
piegames 2022-02-26 23:41:29 +01:00 committed by GitHub
commit 4c7d3f9854
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -17,12 +17,12 @@ let
stdenvNoCC.mkDerivation rec {
pname = "coreboot-toolchain-${arch}";
version = "4.15";
version = "4.16";
src = fetchgit {
url = "https://review.coreboot.org/coreboot";
rev = version;
sha256 = "1qsb2ca22h5f0iwc254qsfm7qcn8967ir8aybdxa1pakgmnfsyp9";
sha256 = "073n8yid3v0l9wgwnrdqrlgzaj9mnhs33a007dgr7xq3z0iw3i52";
fetchSubmodules = false;
leaveDotGit = true;
postFetch = ''

View file

@ -35,10 +35,10 @@
};
}
{
name = "acpica-unix2-20210331.tar.gz";
name = "acpica-unix2-20211217.tar.gz";
archive = fetchurl {
sha256 = "1h98pvc9iy1c49cid0ppjwk5zsy2m1xbvfqb72pkwkrd4rn35arx";
url = "https://acpica.org/sites/acpica/files/acpica-unix2-20210331.tar.gz";
sha256 = "0521hmaw2zhi0mpgnaf2i83dykfgql4bx98cg7xqy8wmj649z194";
url = "https://acpica.org/sites/acpica/files/acpica-unix2-20211217.tar.gz";
};
}
{

View file

@ -8,7 +8,7 @@ fi
pkg_dir="$(dirname "$0")"
src="$(nix-build . --no-out-link -A coreboot-toolchain.src)"
src="$(nix-build . --no-out-link -A coreboot-toolchain.i386.src)"
urls=$($src/util/crossgcc/buildgcc -u)
tmp=$(mktemp)