about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorKid <44045911+kidonng@users.noreply.github.com>2021-10-31 12:08:01 +0800
committerGitHub <noreply@github.com>2021-10-31 04:11:54 +0000
commit674a09e6c2d853919e73139b489aa64ba5f70203 (patch)
treea16c5bd4e34658ef71c84e2b12991c4eccaac883 /pkgs/tools/system
parent9d18057f8e0d2e9bda6976d8250720b64dc646da (diff)
acpica-tools: 20210730 -> 20210930
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/acpica-tools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/acpica-tools/default.nix b/pkgs/tools/system/acpica-tools/default.nix
index 4f0ab0297506e..2374aa1489fa5 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 = "20210730";
+  version = "20210930";
 
   src = fetchurl {
     url = "https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz";
-    sha256 = "1pmm977nyl3bs71ipzcl4dh30qm8x9wm2p2ml0m62rl62kai832a";
+    sha256 = "08a8q174ac3jwxnd8q8iqc3cckwc2f7ncrc6f3171g0n38l2mn1w";
   };
 
   NIX_CFLAGS_COMPILE = "-O3";