mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
acpica-tools: 20220331 → 20221020
This commit is contained in:
parent
87ebf1654e
commit
d129e434ba
@ -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 New Issue
Block a user