u-boot: 2019.04 -> 2019.10

This commit is contained in:
Samuel Dionne-Riel 2019-10-08 15:33:15 -04:00
parent 2436c27541
commit 9e141fcf96

View File

@ -4,7 +4,7 @@
}:
let
buildUBoot = { version ? "2019.04"
buildUBoot = { version ? "2019.10"
, filesToInstall
, installDir ? "$out"
, defconfig
@ -20,7 +20,7 @@ let
src = fetchurl {
url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2";
sha256 = "1vwv4bgbl7fjcm073zrphn17hnz5h5h778f88ivdsgbb2lnpgdvn";
sha256 = "053hcrwwlacqh2niisn0zas95zkbffw5aw5sdhixs8lmfdq60vcd";
};
patches = [