lol

Merge pull request #250769 from dominikh/acpica-tools

acpica-tools: 20230331 -> 20230628

authored by

Pierre Bourdon and committed by
GitHub
f3961adf e47ff088

+4 -4
+4 -4
pkgs/tools/system/acpica-tools/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "acpica-tools"; 10 - version = "20230331"; 10 + version = "20230628"; 11 11 12 12 src = fetchurl { 13 - url = "https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz"; 14 - hash = "sha256-DF1pXWBaqmFwnzxj9XoambiQIpFyOZhEawgTtXrDEOI="; 13 + url = "https://downloadmirror.intel.com/783534/acpica-unix-${version}.tar.gz"; 14 + hash = "sha256-hodqdF49Ik3P0iLtPeRltHVZ6FgR3y25gg7wmp3/XM4="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ bison flex ]; ··· 51 51 homepage = "https://www.acpica.org/"; 52 52 description = "ACPICA Tools"; 53 53 license = with licenses; [ iasl gpl2Only bsd3 ]; 54 - maintainers = with maintainers; [ tadfisher ]; 54 + maintainers = with maintainers; [ delroth tadfisher ]; 55 55 platforms = platforms.linux ++ platforms.darwin; 56 56 }; 57 57 }