coreboot-utils: 4.13 -> 4.14

This commit is contained in:
Milan Pässler 2021-06-10 20:23:21 +02:00
parent 4cd421cdc5
commit f62847d565
No known key found for this signature in database
GPG key ID: A6DC6A7CB0B97859

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchurl, zlib, pciutils, coreutils, acpica-tools, iasl, makeWrapper, gnugrep, gnused, file, buildEnv }: { lib, stdenv, fetchurl, zlib, pciutils, coreutils, acpica-tools, iasl, makeWrapper, gnugrep, gnused, file, buildEnv }:
let let
version = "4.13"; version = "4.14";
commonMeta = with lib; { commonMeta = with lib; {
description = "Various coreboot-related tools"; description = "Various coreboot-related tools";
@ -16,13 +16,14 @@ let
src = fetchurl { src = fetchurl {
url = "https://coreboot.org/releases/coreboot-${version}.tar.xz"; url = "https://coreboot.org/releases/coreboot-${version}.tar.xz";
sha256 = "0sl50aajnah4a138sr3jjm3ydc8gfh5vvlhviz3ypp95b9jdlya7"; sha256 = "0viw2x4ckjwiylb92w85k06b0g9pmamjy2yqs7fxfqbmfadkf1yr";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;
postPatch = '' postPatch = ''
cd ${path} cd ${path}
patchShebangs .
''; '';
makeFlags = [ makeFlags = [