Merge pull request #209739 from LibreCybernetics/update-acpica-tools
acpica-tools: 20220331 → 20221020
This commit is contained in:
commit
17d08f2fcc
1 changed files with 5 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue