Unverified Commit 44cecc37 authored by K900's avatar K900 Committed by GitHub
Browse files

uboot: 2024.10 -> 2025.01 (#381675)

parents fb443962 60174a6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,10 +29,10 @@
}:

let
  defaultVersion = "2024.10";
  defaultVersion = "2025.01";
  defaultSrc = fetchurl {
    url = "https://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2";
    hash = "sha256-so2vSsF+QxVjYweL9RApdYQTf231D87ZsS3zT2GpL7A=";
    hash = "sha256-ze99UHyT8bvZ8BXqm8IfoHQmhIFAVQGUWrxvhU1baG8=";
  };

  # Dependencies for the tools need to be included as either native or cross,