circt: 1.84.0 -> 1.86.0

This commit is contained in:
R. Ryantm
2024-09-14 23:09:26 +00:00
parent 00ca48eb01
commit 091353d722
+2 -2
View File
@@ -18,12 +18,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.84.0";
version = "1.86.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-9GOn0wnFQ9JidLf5qpz2xG0lf+cCqKMvZnAy4JDCFu4=";
hash = "sha256-xV7vu3zdWBXgnCCUN9ge1GZemo0prmpQrZ1np86i3jI=";
fetchSubmodules = true;
};