Merge pull request #100614 from arapov/new-uboot

uboot: 2020.07 -> 2020.10
gstqt5
Samuel Dionne-Riel 2020-10-17 16:03:05 -04:00 committed by GitHub
commit 4fb4b69d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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