Skip to content

Commit

Permalink
iasl: 20130117 -> 20170303
Browse files Browse the repository at this point in the history
  • Loading branch information
womfoo authored and fpletz committed May 30, 2017
1 parent 153e900 commit 45bb3fc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/development/compilers/iasl/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{stdenv, fetchurl, bison, flex}:

stdenv.mkDerivation {
name = "iasl-20130117";
stdenv.mkDerivation rec {
name = "iasl-${version}";
version = "20170303";

src = fetchurl {
url = http://www.acpica.org/download/acpica-unix-20130117.tar.gz;
sha256 = "1zils7l7gnkbbl8916dlhvij1g625ryb7769zhzffn3flshfdivh";
url = "https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz";
sha256 = "1dc933rr11gv1nlaf5j8ih1chdakbjbjkn34jgbm330zppmck4y0";
};

NIX_CFLAGS_COMPILE = "-O3";
Expand Down

0 comments on commit 45bb3fc

Please sign in to comment.