about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMilan Pässler <mil@nyantec.com>2020-07-11 18:50:21 +0200
committerMilan Pässler <mil@nyantec.com>2020-07-11 18:50:21 +0200
commit38c590a7defc713bca3bd54203695497fbbbabcb (patch)
tree751c5ab0c79bbe85b49ab87854858dd40e5e67c2 /pkgs
parent0877879d0c6230cded88713d26e3b23aa1ecf89e (diff)
coreboot-utils: 4.11 -> 4.12
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/coreboot-utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/coreboot-utils/default.nix b/pkgs/tools/misc/coreboot-utils/default.nix
index e769cb25a7316..533b4eefc2af6 100644
--- a/pkgs/tools/misc/coreboot-utils/default.nix
+++ b/pkgs/tools/misc/coreboot-utils/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, zlib, pciutils, coreutils, acpica-tools, iasl, makeWrapper, gnugrep, gnused, file, buildEnv }:
 
 let
-  version = "4.11";
+  version = "4.12";
 
   meta = with stdenv.lib; {
     description = "Various coreboot-related tools";
@@ -16,7 +16,7 @@ let
 
     src = fetchurl {
       url = "https://coreboot.org/releases/coreboot-${version}.tar.xz";
-      sha256 = "11xdm2c1blaqb32j98085sak78jldsw0xhrkzqs5b8ir9jdqbzcp";
+      sha256 = "1qibds9lsk22wf1sxwg0jg32fgcvc9an39vf74y1hwwvxq0d1jpd";
     };
 
     enableParallelBuilding = true;