Skip to content

Commit 38c590a

Browse files
author
Milan Pässler
committed
coreboot-utils: 4.11 -> 4.12
1 parent 0877879 commit 38c590a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/misc/coreboot-utils/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ stdenv, fetchurl, zlib, pciutils, coreutils, acpica-tools, iasl, makeWrapper, gnugrep, gnused, file, buildEnv }:
22

33
let
4-
version = "4.11";
4+
version = "4.12";
55

66
meta = with stdenv.lib; {
77
description = "Various coreboot-related tools";
@@ -16,7 +16,7 @@ let
1616

1717
src = fetchurl {
1818
url = "https://coreboot.org/releases/coreboot-${version}.tar.xz";
19-
sha256 = "11xdm2c1blaqb32j98085sak78jldsw0xhrkzqs5b8ir9jdqbzcp";
19+
sha256 = "1qibds9lsk22wf1sxwg0jg32fgcvc9an39vf74y1hwwvxq0d1jpd";
2020
};
2121

2222
enableParallelBuilding = true;

0 commit comments

Comments
 (0)