From 61c588b5652a92e53c249b5b85237feb95835a34 Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Sat, 11 Apr 2026 12:16:45 -0700 Subject: [PATCH] uboot: 2026.01 -> 2026.04 --- 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 aee66f2f36e0..b97d9936bff9 100644 --- a/pkgs/misc/uboot/default.nix +++ b/pkgs/misc/uboot/default.nix @@ -34,10 +34,10 @@ }@pkgs: let - defaultVersion = "2026.01"; + defaultVersion = "2026.04"; defaultSrc = fetchurl { url = "https://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2"; - hash = "sha256-tg1YZc79vHXajaQVbFbEWOAN51pJuAwaLlipbjCtDVQ="; + hash = "sha256-rHwEuLcASSOwCk5dZpnF300hIzusn9ppDYz7wgn/8v0="; }; # Dependencies for the tools need to be included as either native or cross,