From f3df41c6db6774bf9ee57670081ff8e3871cd392 Mon Sep 17 00:00:00 2001 From: Jared Baur Date: Thu, 24 Aug 2023 00:21:43 -0700 Subject: [PATCH] coreboot-utils: 4.20 -> 4.21 https://doc.coreboot.org/releases/coreboot-4.21-relnotes.html --- pkgs/tools/misc/coreboot-utils/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/coreboot-utils/default.nix b/pkgs/tools/misc/coreboot-utils/default.nix index b96ccfd6fe7..5af1d23c544 100644 --- a/pkgs/tools/misc/coreboot-utils/default.nix +++ b/pkgs/tools/misc/coreboot-utils/default.nix @@ -1,7 +1,7 @@ { lib, stdenv, fetchgit, pkg-config, zlib, pciutils, openssl, coreutils, acpica-tools, makeWrapper, gnugrep, gnused, file, buildEnv }: let - version = "4.20"; + version = "4.21"; commonMeta = with lib; { description = "Various coreboot-related tools"; @@ -16,8 +16,8 @@ let src = fetchgit { url = "https://review.coreboot.org/coreboot"; - rev = "465fbbe93ee01b4576689a90b7ddbeec23cdace2"; - sha256 = "sha256-DPaudCeK9SKu2eN1fad6a52ICs5d/GXCUFMdqAl65BE="; + rev = "c1386ef6128922f49f93de5690ccd130a26eecf2"; + sha256 = "sha256-n/bo3hoY7DEP103ftWu3uCLFXEsz+F9rWS22kcF7Ah8="; }; enableParallelBuilding = true;