uboot: 2020.07 -> 2020.10

update to recent upstream release

Signed-off-by: Anton Arapov <arapov@gmail.com>
gstqt5
Anton Arapov 2020-10-14 13:53:51 +02:00
parent 3464ccf58d
commit 71504af486
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@
}:
let
defaultVersion = "2020.07";
defaultVersion = "2020.10";
defaultSrc = fetchurl {
url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2";
sha256 = "0sjzy262x93aaqd6z24ziaq19xjjjk5f577ivf768vmvwsgbzxf1";
sha256 = "08m6f1bh4pdcqbxf983qdb66ccd5vak5cbzc114yf3jwq2yinj0d";
};
buildUBoot = {
version ? null