nvramtool: 26.03 -> 26.06

(cherry picked from commit 4a7b2e4a33)
This commit is contained in:
R. Ryantm
2026-06-26 12:28:51 +00:00
committed by github-actions[bot]
parent 3e31216a7c
commit 42b17b7fbf

View File

@@ -17,7 +17,7 @@
}:
let
version = "26.03";
version = "26.06";
commonMeta = {
description = "Various coreboot-related tools";
@@ -47,7 +47,7 @@ let
src = fetchgit {
url = "https://review.coreboot.org/coreboot";
rev = finalAttrs.version;
hash = "sha256-gaJ9AP7g0KxOzZfg1dyNatC8/pl83pypeq5Lg+Qp1ys=";
hash = "sha256-rL9txaDXUzjkC2ioYmunoNq2+9rz9wpEJ7z3GZrqOH4=";
};
enableParallelBuilding = true;