lol

coreboot-utils: 4.21 -> 24.02 (#298775)

Signed-off-by: Felix Singer <felixsinger@posteo.net>

authored by

Felix Singer and committed by
GitHub
2483c2d6 365bae4c

+3 -3
+3 -3
pkgs/tools/misc/coreboot-utils/default.nix
··· 1 1 { lib, stdenv, fetchgit, pkg-config, zlib, pciutils, openssl, coreutils, acpica-tools, makeWrapper, gnugrep, gnused, file, buildEnv }: 2 2 3 3 let 4 - version = "4.21"; 4 + version = "24.02"; 5 5 6 6 commonMeta = with lib; { 7 7 description = "Various coreboot-related tools"; ··· 16 16 17 17 src = fetchgit { 18 18 url = "https://review.coreboot.org/coreboot"; 19 - rev = "c1386ef6128922f49f93de5690ccd130a26eecf2"; 20 - sha256 = "sha256-n/bo3hoY7DEP103ftWu3uCLFXEsz+F9rWS22kcF7Ah8="; 19 + rev = "4845b69db29107ce8d9cd2969b4aad5c7daa6399"; 20 + sha256 = "sha256-whALKP9MetyMJSmXVf0WYd9dP8AGa+ADAB8cmIqt4HU="; 21 21 }; 22 22 23 23 enableParallelBuilding = true;