circt: 1.86.0 -> 1.87.0

This commit is contained in:
Dingyi Zhao 2024-10-08 12:20:28 +08:00
parent 3727d51a8e
commit c520b622be

View File

@ -18,12 +18,12 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "circt"; pname = "circt";
version = "1.86.0"; version = "1.87.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "llvm"; owner = "llvm";
repo = "circt"; repo = "circt";
rev = "firtool-${version}"; rev = "firtool-${version}";
hash = "sha256-xV7vu3zdWBXgnCCUN9ge1GZemo0prmpQrZ1np86i3jI="; hash = "sha256-buWpoym57YxyHJySYaektAUmuSRXMS+YBwtjWpoV1Vg=";
fetchSubmodules = true; fetchSubmodules = true;
}; };