acpidump-all: 25.09 -> 25.12 (#474468)

This commit is contained in:
Jared Baur
2025-12-27 01:07:05 +00:00
committed by GitHub
+2 -2
View File
@@ -17,7 +17,7 @@
}:
let
version = "25.09";
version = "25.12";
commonMeta = {
description = "Various coreboot-related tools";
@@ -47,7 +47,7 @@ let
src = fetchgit {
url = "https://review.coreboot.org/coreboot";
rev = finalAttrs.version;
hash = "sha256-ItQVCDC/MiF5rgecmxeR000lqTQy1VCSSILl1z4bJmM=";
hash = "sha256-9/dwx944lSS8ARBi0vD5ht9u+Tdl5WPF0tjFL07QRps=";
};
enableParallelBuilding = true;