Loading pkgs/misc/uboot/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -34,10 +34,10 @@ }@pkgs: let defaultVersion = "2025.10"; defaultVersion = "2026.01"; defaultSrc = fetchurl { url = "https://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2"; hash = "sha256-tPAyhI5WzI8hOtWfkTLAhNu7YyvCkXbQJOWCIODv30o="; hash = "sha256-tg1YZc79vHXajaQVbFbEWOAN51pJuAwaLlipbjCtDVQ="; }; # Dependencies for the tools need to be included as either native or cross, Loading Loading
pkgs/misc/uboot/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -34,10 +34,10 @@ }@pkgs: let defaultVersion = "2025.10"; defaultVersion = "2026.01"; defaultSrc = fetchurl { url = "https://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2"; hash = "sha256-tPAyhI5WzI8hOtWfkTLAhNu7YyvCkXbQJOWCIODv30o="; hash = "sha256-tg1YZc79vHXajaQVbFbEWOAN51pJuAwaLlipbjCtDVQ="; }; # Dependencies for the tools need to be included as either native or cross, Loading