Skip to content

Commit

Permalink
iasl: 2018031 -> 20180508 (NixOS#40613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Synthetica9 authored and xeji committed May 18, 2018
1 parent 61fd8d6 commit 5e49920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/iasl/default.nix
Expand Up @@ -2,11 +2,11 @@

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

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

NIX_CFLAGS_COMPILE = "-O3";
Expand Down

0 comments on commit 5e49920

Please sign in to comment.