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

Merge branch 'master' into master

This commit is contained in:
mergify[bot] 2023-12-31 22:22:26 +00:00 committed by GitHub
commit adc2d40add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{ fetchFromGitHub, buildUBoot }:
buildUBoot rec {
version = "3.8.2";
version = "5.10.3";
src = fetchFromGitHub {
owner = "starfive-tech";
repo = "u-boot";
rev = "refs/tags/VF2_v${version}";
hash = "sha256-M/ndil++spcJCYnpYLb+fuxqCi4H3BunXdHbl529ovM=";
rev = "refs/tags/JH7110_VF2_6.1_v${version}";
hash = "sha256-4E/AxPCFCluwJBEf6xGuxAi1hPZK5ZxEs5WlBVVfvYE=";
};
defconfig = "starfive_visionfive2_defconfig";