Merge pull request #121429 from samueldr/updates/u-boot-2021.04

uboot: 2021.01 -> 2021.04
This commit is contained in:
Samuel Dionne-Riel 2021-05-07 12:55:01 -04:00 committed by GitHub
commit 5186e965ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,10 +18,10 @@
}:
let
defaultVersion = "2021.01";
defaultVersion = "2021.04";
defaultSrc = fetchurl {
url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2";
sha256 = "0m04glv9kn3bhs62sn675w60wkrl4m3a4hnbnnw67s3l198y21xl";
sha256 = "06p1vymf0dl6jc2xy5w7p42mpgppa46lmpm2ishmgsycnldqnhqd";
};
buildUBoot = {
version ? null