uboot: 2025.07 -> 2025.10

This commit is contained in:
Luflosi
2025-10-09 09:08:02 +02:00
parent 64bf0c2cad
commit 3b680a275e
+2 -2
View File
@@ -34,10 +34,10 @@
}@pkgs:
let
defaultVersion = "2025.07";
defaultVersion = "2025.10";
defaultSrc = fetchurl {
url = "https://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2";
hash = "sha256-D5M/bFpCaJW/MG6T5qxTxghw5LVM2lbZUhG+yZ5jvsc=";
hash = "sha256-tPAyhI5WzI8hOtWfkTLAhNu7YyvCkXbQJOWCIODv30o=";
};
# Dependencies for the tools need to be included as either native or cross,