circt: 1.84.0 -> 1.86.0 (#341932)

This commit is contained in:
Fabián Heredia Montiel
2024-09-17 00:33:38 -06:00
committed by GitHub
+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;
};