aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-08-22 13:23:33 -0700
committerJonathan Ringer <jonringer117@gmail.com>2019-08-22 13:23:33 -0700
commit0c963393a0dacb55cf9fc5f92bf8c866039d4fb4 (patch)
tree1f0fcd2e9e30daf374771a7c2218896c085cbf4d /pkgs/tools/system
parentbacf5619e253214212dfc004eb18a6f0be07d367 (diff)
acpica-tools: 20190703 -> 20190816
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/acpica-tools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/acpica-tools/default.nix b/pkgs/tools/system/acpica-tools/default.nix
index 95fa1047fe5..94da72c54b3 100644
--- a/pkgs/tools/system/acpica-tools/default.nix
+++ b/pkgs/tools/system/acpica-tools/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "acpica-tools";
- version = "20190703";
+ version = "20190816";
src = fetchurl {
url = "https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz";
- sha256 = "031m124a109vv6fx667h4ca2iav0xszrlvif9zcfxcaxbjsn6991";
+ sha256 = "0p7ws106hf8bir9yb1a5m6v3wmvqagxmk3l9rpp4i89vib44vv3s";
};
NIX_CFLAGS_COMPILE = "-O3";
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ bison flex ];
- installFlags = [ "PREFIX=$(out)" ];
+ installFlags = [ "PREFIX=${placeholder "out"}" ];
meta = with stdenv.lib; {
description = "ACPICA Tools";