Merge pull request #70793 from samueldr/feature/u-boot-2019.10

u-boot: 2019.04 -> 2019.10
This commit is contained in:
Robin Gloster 2019-10-15 23:27:50 +02:00 committed by GitHub
commit 8be733e9c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [
@ -82,7 +82,7 @@ let
homepage = http://www.denx.de/wiki/U-Boot/;
description = "Boot loader for embedded systems";
license = licenses.gpl2;
maintainers = [ maintainers.dezgeg ];
maintainers = with maintainers; [ dezgeg samueldr ];
} // extraMeta;
} // removeAttrs args [ "extraMeta" ]);