Skip to content

Commit

Permalink
Revert "iasl: 2018031 -> 20180508 (#40613)"
Browse files Browse the repository at this point in the history
Broke xen and virtualbox.
This reverts commit 5e49920.
  • Loading branch information
xeji committed May 19, 2018
1 parent 301072d commit bd6a3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/iasl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "iasl-${version}";
version = "20180508";
version = "20180313";

src = fetchurl {
url = "https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz";
sha256 = "1n7lqmv77kg28drahvxzybwl9v4hzwi8i7xkpgliclfcp5ff909b";
sha256 = "05ab2xfv9wqwbzjaa9xqgrvvan87rxv29hw48h1gcckpc5smp2wm";
};

NIX_CFLAGS_COMPILE = "-O3";
Expand Down

0 comments on commit bd6a3b2

Please sign in to comment.