cbfstool: 24.08 -> 24.12

This commit is contained in:
R. Ryantm 2024-12-22 00:55:16 +00:00
parent 5330b2a6c5
commit 07bb1cfc29

View File

@ -16,7 +16,7 @@
}: }:
let let
version = "24.08"; version = "24.12";
commonMeta = { commonMeta = {
description = "Various coreboot-related tools"; description = "Various coreboot-related tools";
@ -45,7 +45,7 @@ let
src = fetchgit { src = fetchgit {
url = "https://review.coreboot.org/coreboot"; url = "https://review.coreboot.org/coreboot";
rev = version; rev = version;
hash = "sha256-BwuoBuWKHTnSwV8ubm5NqcddgxP5OMXuTl3zmwwKEsg="; hash = "sha256-PtHvzMf9sKvrgWVT5XVCy4BbMklCKcpnJAE+WeE2Cgs=";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;