Commit 091353d7 authored by R. RyanTM's avatar R. RyanTM
Browse files

circt: 1.84.0 -> 1.86.0

parent 00ca48eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };