acpica-tools: 20240322 -> 20240827

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer 2024-08-28 10:33:00 +02:00
parent 94864fc39b
commit c735bb6521

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "acpica-tools";
version = "20240322";
version = "20240827";
src = fetchFromGitHub {
owner = "acpica";
repo = "acpica";
rev = "refs/tags/G${version}";
hash = "sha256-k5rDaRKYPwdP4SmEXlrqsA2NLZDlqXBclz1Lwmufa2M=";
rev = "refs/tags/version-${version}";
hash = "sha256-RlhKBvydesUdBaFUHk3sSM6SRIZ7q5IqnibX+hps+Tc=";
};
nativeBuildInputs = [ bison flex ];