about summary refs log tree commit diff
path: root/pkgs/tools/misc/coreboot-utils
diff options
context:
space:
mode:
authorChristian Lütke-Stetzkamp <46303707+clkamp@users.noreply.github.com>2020-02-25 18:51:28 +0100
committerGitHub <noreply@github.com>2020-02-25 18:51:28 +0100
commitb2758c9995022869acfd44f3590cf47206623496 (patch)
treea879280f832e25eef1a1043436497699922ec278 /pkgs/tools/misc/coreboot-utils
parent1db1a99275d4df3c5280470c24419a1588ba9d8b (diff)
coreboot-utils: 4.10 -> 4.11 (#81031)
Closes #79210
Diffstat (limited to 'pkgs/tools/misc/coreboot-utils')
-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 3f6988f1f6571..e769cb25a7316 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.10";
+  version = "4.11";
 
   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 = "1jsiz17afi2lqg1jv6lsl8s05w7vr7iwgg86y2qp369hcz6kcwfa";
+      sha256 = "11xdm2c1blaqb32j98085sak78jldsw0xhrkzqs5b8ir9jdqbzcp";
     };
 
     enableParallelBuilding = true;