From f9824a86bad8e162ebdb0e51a8c25f13439a732d Mon Sep 17 00:00:00 2001 From: Jiuyang Liu Date: Fri, 18 Oct 2024 17:07:39 +0800 Subject: [PATCH] . --- nix/pkgs/rvv-codegen.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/pkgs/rvv-codegen.nix b/nix/pkgs/rvv-codegen.nix index 0ddaa0fb9..f908df7da 100644 --- a/nix/pkgs/rvv-codegen.nix +++ b/nix/pkgs/rvv-codegen.nix @@ -13,8 +13,8 @@ buildGoModule { src = fetchFromGitHub { owner = "chipsalliance"; repo = "riscv-vector-tests"; - rev = "caae5c8fcf465be73266f9b3bd672f71a362548e"; - hash = "sha256-388MKOO+g4PjR3BcxiA8vNY7itDcIhz88vZmMZkbsj8="; + rev = "e52c74e18e1be08cd9238e7f69ed82cce6d26c62"; + hash = "sha256-7RIF+E28mfz9BjNe6Mwbkqns70YMRlIMxaFbbPApCOE="; }; doCheck = false; vendorHash = "sha256-9cQlivpHg6IDYpmgBp34n6BR/I0FIYnmrXCuiGmAhNE=";