coreboot-utils: 24.12 -> 25.03

This commit is contained in:
Jared Baur
2025-04-04 15:56:12 +05:30
committed by Emery Hemingway
parent 375215442b
commit 3cf5c2fa15
+2 -2
View File
@@ -16,7 +16,7 @@
}:
let
version = "24.12";
version = "25.03";
commonMeta = {
description = "Various coreboot-related tools";
@@ -45,7 +45,7 @@ let
src = fetchgit {
url = "https://review.coreboot.org/coreboot";
rev = version;
hash = "sha256-PtHvzMf9sKvrgWVT5XVCy4BbMklCKcpnJAE+WeE2Cgs=";
hash = "sha256-tsNdsH+GxjLUTd7KXHMZUTNTIAWeKJ3BNy1Lehjo8Eo=";
};
enableParallelBuilding = true;