summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2023-08-24 21:40:29 +0200
committerGitHub <noreply@github.com>2023-08-24 21:40:29 +0200
commitf3961adf6aa6ca5ceb916eec5b76e52a07a723d2 (patch)
tree80ae1b5f07048b25f5c63b72aa8d97fdfcef4592 /pkgs/tools/system
parente47ff088f6488664381573e72690396d4b3b3d61 (diff)
parente11b2c5a2101467b3014fb6f3b2c2ffabd5009db (diff)
Merge pull request #250769 from dominikh/acpica-tools
acpica-tools: 20230331 -> 20230628
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/acpica-tools/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/system/acpica-tools/default.nix b/pkgs/tools/system/acpica-tools/default.nix
index 1fee07c08037f..7c41e7c8a5183 100644
--- a/pkgs/tools/system/acpica-tools/default.nix
+++ b/pkgs/tools/system/acpica-tools/default.nix
@@ -7,11 +7,11 @@
 
 stdenv.mkDerivation rec {
   pname = "acpica-tools";
-  version = "20230331";
+  version = "20230628";
 
   src = fetchurl {
-    url = "https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz";
-    hash = "sha256-DF1pXWBaqmFwnzxj9XoambiQIpFyOZhEawgTtXrDEOI=";
+    url = "https://downloadmirror.intel.com/783534/acpica-unix-${version}.tar.gz";
+    hash = "sha256-hodqdF49Ik3P0iLtPeRltHVZ6FgR3y25gg7wmp3/XM4=";
   };
 
   nativeBuildInputs = [ bison flex ];
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
     homepage = "https://www.acpica.org/";
     description = "ACPICA Tools";
     license = with licenses; [ iasl gpl2Only bsd3 ];
-    maintainers = with maintainers; [ tadfisher ];
+    maintainers = with maintainers; [ delroth tadfisher ];
     platforms = platforms.linux ++ platforms.darwin;
   };
 }