Skip to content

Commit

Permalink
circt: 1.84.0 -> 1.86.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 14, 2024
1 parent 00ca48e commit 091353d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/circt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 091353d

Please sign in to comment.