uboot: 2022.07 -> 2022.10

This commit is contained in:
Christian Kögler 2022-10-09 16:46:05 +02:00
parent ead59cfc9d
commit 3356bbc32a

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