Merge pull request #52538 from dtzWill/update/fwts-18.12.00
fwts: 18.11.00 -> 18.12.00
This commit is contained in:
commit
66bea3d206
1 changed files with 4 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fwts-${version}";
|
name = "fwts-${version}";
|
||||||
version = "18.11.00";
|
version = "18.12.00";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "http://fwts.ubuntu.com/release/fwts-V${version}.tar.gz";
|
url = "http://fwts.ubuntu.com/release/fwts-V${version}.tar.gz";
|
||||||
sha256 = "14dxw0ny5z681kz4dpm2phyanr2q4c8fqml3mhdr1mb2ndrrwqgz";
|
sha256 = "10kzn5r099i4b8m5l7s68fs885d126l9cingq9gj1g574c18hg2s";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
||||||
substituteInPlace src/lib/include/fwts_binpaths.h --replace "/usr/bin/iasl" "${iasl}/bin/iasl"
|
substituteInPlace src/lib/include/fwts_binpaths.h --replace "/usr/bin/iasl" "${iasl}/bin/iasl"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://wiki.ubuntu.com/FirmwareTestSuite";
|
homepage = "https://wiki.ubuntu.com/FirmwareTestSuite";
|
||||||
description = "Firmware Test Suite";
|
description = "Firmware Test Suite";
|
||||||
|
|
Loading…
Reference in a new issue