circt: 1.83 -> 1.84

This commit is contained in:
Jiuyang Liu 2024-08-30 11:23:37 +08:00
parent d38016613d
commit 369967f998

View File

@ -18,12 +18,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.83.0";
version = "1.84.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-shXGr+Cgs6uEO1eIeWytaOmMbq1fjTshud/AH5A1gZs=";
hash = "sha256-9GOn0wnFQ9JidLf5qpz2xG0lf+cCqKMvZnAy4JDCFu4=";
fetchSubmodules = true;
};