starfive visionfive2: Update spl_tool

This commit is contained in:
Jakob Leifhelm 2023-04-18 09:19:48 +02:00
parent 7b2aec9939
commit 4fb7708a20
No known key found for this signature in database
GPG Key ID: 6817AA0238100822
1 changed files with 2 additions and 2 deletions

View File

@ -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";