Commit 61c588b5 authored by Jamie Magee's avatar Jamie Magee
Browse files

uboot: 2026.01 -> 2026.04

parent ecf27c22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,