uboot: 2023.04 -> 2023.07.02

This commit is contained in:
Nick Cao 2023-07-11 10:41:46 +08:00
parent d4ffd4aa09
commit 68e6a47ce7
No known key found for this signature in database

View File

@ -24,10 +24,10 @@
}:
let
defaultVersion = "2023.04";
defaultVersion = "2023.07.02";
defaultSrc = fetchurl {
url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2";
hash = "sha256-4xyskVRf9BtxzsXYwir9aVZFzW4qRCzNrKzWBTQGk0E=";
url = "https://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2";
hash = "sha256-a2pIWBwUq7D5W9h8GvTXQJIkBte4AQAqn5Ryf93gIdU=";
};
buildUBoot = lib.makeOverridable ({
version ? null