Skip to content

Commit

Permalink
circt: 1.63.0 -> 1.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 1, 2024
1 parent 9312d78 commit 2e1579b
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 @@ -17,12 +17,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.63.0";
version = "1.64.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
sha256 = "sha256-ln56E66AHga80TkeiVd3A3WobdTe1UnE7o5t6+tmR0Q=";
sha256 = "sha256-tZ8IQa01hYVJZdUKPd0rMGfAScuhZPzpwP51WWXERGw=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 2e1579b

Please sign in to comment.