Merge pull request #52541 from dtzWill/update/iasl-2018-and-xen-fix

iasl: 20180313 -> 20181213; patch xen to work with new acpica-tools
This commit is contained in:
Will Dietz
2019-01-16 08:53:32 -06:00
committed by GitHub
3 changed files with 67 additions and 3 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "iasl-${version}";
version = "20180313";
version = "20181213";
src = fetchurl {
url = "https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz";
sha256 = "05ab2xfv9wqwbzjaa9xqgrvvan87rxv29hw48h1gcckpc5smp2wm";
sha256 = "1vgqlv9pvxc52faxixpgz7hi1awqmj88bw5vqn3bldf6fmkh147w";
};
NIX_CFLAGS_COMPILE = "-O3";