1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-10 06:43:39 +02:00

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

This commit is contained in:
Nick Cao 2023-10-09 12:51:44 -04:00 committed by mergify[bot]
parent bb2db418b6
commit 6ea13c2df4

View File

@ -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";