u-boot: 22.01 -> 22.07
This commit is contained in:
parent
a1bc7b4dbe
commit
a9d5080bd4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue