diff --git a/starfive/visionfive/v2/uboot.nix b/starfive/visionfive/v2/uboot.nix index 9beb5b2..be530b7 100644 --- a/starfive/visionfive/v2/uboot.nix +++ b/starfive/visionfive/v2/uboot.nix @@ -1,13 +1,13 @@ { fetchFromGitHub, buildUBoot }: buildUBoot rec { - version = "3.6.1"; + version = "3.7.5"; src = fetchFromGitHub { owner = "starfive-tech"; repo = "u-boot"; rev = "refs/tags/VF2_v${version}"; - hash = "sha256-735V8HMCGKj13cgQJv7FYrBIF3mYWOrmJhr+46nsVuY="; + hash = "sha256-/BCWN+lbMaOakfwwCDloutFEX8IYQyCIrkE1Yu6T8oI="; }; defconfig = "starfive_visionfive2_defconfig";