From ff16da3a6b77941830b1971ef7107a2e7d4da714 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sun, 21 Jan 2024 15:00:14 -0500 Subject: [PATCH] starfive visionfive2: update u-boot to 2024.01 --- starfive/visionfive/v2/uboot.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starfive/visionfive/v2/uboot.nix b/starfive/visionfive/v2/uboot.nix index c9fde3d..9c0eb7a 100644 --- a/starfive/visionfive/v2/uboot.nix +++ b/starfive/visionfive/v2/uboot.nix @@ -6,13 +6,13 @@ }: buildUBoot rec { - version = "2024.01-rc5"; + version = "2024.01"; src = fetchFromGitHub { owner = "u-boot"; repo = "u-boot"; rev = "refs/tags/v${version}"; - hash = "sha256-QlwgvnSaXh39z9AM7HNF731lRiUkPbN3oQyioQNTYFA="; + hash = "sha256-0Da7Czy9cpQ+D5EICc3/QSZhAdCBsmeMvBgykYhAQFw="; }; # workaround for https://github.com/NixOS/nixpkgs/pull/146634