Merge pull request #209739 from LibreCybernetics/update-acpica-tools

acpica-tools: 20220331 → 20221020
This commit is contained in:
Anderson Torres 2023-01-09 01:15:06 -03:00 committed by GitHub
commit 17d08f2fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,13 @@
stdenv.mkDerivation rec {
pname = "acpica-tools";
version = "20220331";
version = "20221020";
src = fetchurl {
url = "https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz";
hash = "sha256-rK/2ixTx4IBOu/xLlyaKTMvvz6BTsC7Zkk8rFNipjiE=";
# 20221020 has a weird filename published: https://acpica.org/node/201
name = "acpica-unix-${version}.tar.gz";
url = "https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar_0.gz";
hash = "sha256-M6LjlKygylfUAYr+PaNA361etFsbkwDoHdWV/aB88cU=";
};
nativeBuildInputs = [ bison flex ];