iasl: Bump

svn path=/nixpkgs/trunk/; revision=33056
This commit is contained in:
Shea Levy 2012-03-14 00:53:52 +00:00
parent afd3664d9f
commit 27bedda4f6

View File

@ -1,14 +1,14 @@
{stdenv, fetchurl, bison, flex}: {stdenv, fetchurl, bison, flex}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "iasl-20090123"; name = "iasl-20120215";
src = fetchurl { src = fetchurl {
url = http://www.acpica.org/download/acpica-unix-20090123.tar.gz; url = http://www.acpica.org/download/acpica-unix-20120215.tar.gz;
md5 = "4ca6484acbf16cf67fd4ba91d32fd0a0"; sha256 = "13avirbqdnp7whl6ji8ixkhzdwf1cadl5fg8ggzbxp99bx0rgd5j";
}; };
buildPhase = " buildPhase = "
cd compiler cd source/compiler
make make
cd .. cd ..
"; ";