u-boot: 22.01 -> 22.07

This commit is contained in:
Jacek Galowicz 2022-08-16 14:49:19 +02:00 committed by Jacek Galowicz
parent a1bc7b4dbe
commit a9d5080bd4

View file

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