mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
starfive visionfive2: u-boot: update to SDK version v3.0.4
This commit is contained in:
parent
4cc688ee71
commit
cacf82c2b1
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ fetchFromGitHub, buildUBoot }:
|
{ fetchFromGitHub, buildUBoot }:
|
||||||
|
|
||||||
buildUBoot {
|
buildUBoot rec {
|
||||||
version = "2021.10";
|
version = "3.0.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "starfive-tech";
|
owner = "starfive-tech";
|
||||||
repo = "u-boot";
|
repo = "u-boot";
|
||||||
rev = "ac0ac696256abf412826d74ee918dd417e207d7b";
|
rev = "refs/tags/VF2_v${version}";
|
||||||
sha256 = "sha256-cyEMKkTIiET8hnWgD6poZSzfjmRAqUtyRQM0yvNY230=";
|
hash = "sha256-Vd8vhSZE9fJ+Gp5IbLlqz7JAT9ChJ66krxb7gpLJ4P8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
defconfig = "starfive_visionfive2_defconfig";
|
defconfig = "starfive_visionfive2_defconfig";
|
||||||
|
|
Loading…
Reference in a new issue