Merge pull request #195240 from ck3d/uboot-2022.10
uboot: 2022.07 -> 2022.10
This commit is contained in:
commit
3f5416e81a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue