From a9d5080bd43f56a77799cfa3a5b56d3dc5018b7f Mon Sep 17 00:00:00 2001 From: Jacek Galowicz Date: Tue, 16 Aug 2022 14:49:19 +0200 Subject: [PATCH] u-boot: 22.01 -> 22.07 --- pkgs/misc/uboot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix index acb9675213d..7dd88a5b311 100644 --- a/pkgs/misc/uboot/default.nix +++ b/pkgs/misc/uboot/default.nix @@ -20,10 +20,10 @@ }: let - defaultVersion = "2022.01"; + defaultVersion = "2022.07"; defaultSrc = fetchurl { url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2"; - hash = "sha256-gbRUMifbIowD+KG/XdvIE7C7j2VVzkYGTvchpvxoBBM="; + hash = "sha256-krCOtJwk2hTBrb9wpxro83zFPutCMOhZrYtnM9E9z14="; }; buildUBoot = lib.makeOverridable ({ version ? null