mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
starfive visionfive2: update u-boot to 2024.01
This commit is contained in:
parent
bee2202bec
commit
ff16da3a6b
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildUBoot rec {
|
buildUBoot rec {
|
||||||
version = "2024.01-rc5";
|
version = "2024.01";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "u-boot";
|
owner = "u-boot";
|
||||||
repo = "u-boot";
|
repo = "u-boot";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-QlwgvnSaXh39z9AM7HNF731lRiUkPbN3oQyioQNTYFA=";
|
hash = "sha256-0Da7Czy9cpQ+D5EICc3/QSZhAdCBsmeMvBgykYhAQFw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# workaround for https://github.com/NixOS/nixpkgs/pull/146634
|
# workaround for https://github.com/NixOS/nixpkgs/pull/146634
|
||||||
|
|
Loading…
Reference in a new issue