1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

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

View File

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