starfive visionfive2: update u-boot to SDK version v3.8.2

This commit is contained in:
Nick Cao 2023-11-15 13:26:23 -05:00 committed by mergify[bot]
parent 5b37cf8665
commit e27bf85b46
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
{ fetchFromGitHub, buildUBoot }:
buildUBoot rec {
version = "3.7.5";
version = "3.8.2";
src = fetchFromGitHub {
owner = "starfive-tech";
repo = "u-boot";
rev = "refs/tags/VF2_v${version}";
hash = "sha256-/BCWN+lbMaOakfwwCDloutFEX8IYQyCIrkE1Yu6T8oI=";
hash = "sha256-M/ndil++spcJCYnpYLb+fuxqCi4H3BunXdHbl529ovM=";
};
defconfig = "starfive_visionfive2_defconfig";