u-boot: 2018-09 -> 2019.04

This commit is contained in:
Samuel Dionne-Riel 2019-05-17 21:56:31 -04:00
parent bc9df0f661
commit ba6f1a1e82

View File

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