Merge pull request #195240 from ck3d/uboot-2022.10

uboot: 2022.07 -> 2022.10
This commit is contained in:
Samuel Dionne-Riel 2022-10-16 01:28:51 -04:00 committed by GitHub
commit 3f5416e81a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,10 +23,10 @@
}:
let
defaultVersion = "2022.07";
defaultVersion = "2022.10";
defaultSrc = fetchurl {
url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2";
hash = "sha256-krCOtJwk2hTBrb9wpxro83zFPutCMOhZrYtnM9E9z14=";
hash = "sha256-ULRIKlBbwoG6hHDDmaPCbhReKbI1ALw1xQ3r1/pGvfg=";
};
buildUBoot = lib.makeOverridable ({
version ? null