Merge pull request #70793 from samueldr/feature/u-boot-2019.10
u-boot: 2019.04 -> 2019.10
This commit is contained in:
commit
8be733e9c0
1 changed files with 3 additions and 3 deletions
|
@ -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" ]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue