From 4fb7708a20fc1f6ba5de3d3767efed34979c2f56 Mon Sep 17 00:00:00 2001 From: Jakob Leifhelm Date: Tue, 18 Apr 2023 09:19:48 +0200 Subject: [PATCH] starfive visionfive2: Update spl_tool --- starfive/visionfive/v2/spl-tool.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starfive/visionfive/v2/spl-tool.nix b/starfive/visionfive/v2/spl-tool.nix index f56841f..3949845 100644 --- a/starfive/visionfive/v2/spl-tool.nix +++ b/starfive/visionfive/v2/spl-tool.nix @@ -6,8 +6,8 @@ stdenv.mkDerivation rec{ src = fetchFromGitHub { owner = "starfive-tech"; repo = "soft_3rdpart"; - rev = "cd7b50cd9f9eca66c23ebd19f06a172ce0be591f"; - sha256 = "sha256-hRmP74gz0Y9KnSwXCjxEiArJE+FonI9rGghZTK54qGs="; + rev = "89ff3396250538548643c3322f74640712b80893"; + sha256 = "sha256-Ni3pBWKgr4bYJb/uJ+5EbSQl6JwWoO2lZFk2Xpi63IA="; sparseCheckout = [ "spl_tool" ]; }; sourceRoot = "source/spl_tool";