acpica-tools: 20220331 → 20221020
This commit is contained in:
parent
87ebf1654e
commit
d129e434ba
@ -7,11 +7,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "acpica-tools";
|
pname = "acpica-tools";
|
||||||
version = "20220331";
|
version = "20221020";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz";
|
# 20221020 has a weird filename published: https://acpica.org/node/201
|
||||||
hash = "sha256-rK/2ixTx4IBOu/xLlyaKTMvvz6BTsC7Zkk8rFNipjiE=";
|
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 ];
|
nativeBuildInputs = [ bison flex ];
|
||||||
|
Loading…
Reference in New Issue
Block a user