Skip to content

Commit

Permalink
circt: 1.87.0 -> 1.93.1
Browse files Browse the repository at this point in the history
Signed-off-by: unlsycn <unlsycn@unlsycn.com>
  • Loading branch information
unlsycn committed Nov 20, 2024
1 parent 7b548a8 commit 8be141e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ci/circt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.87.0";
version = "1.93.1";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-buWpoym57YxyHJySYaektAUmuSRXMS+YBwtjWpoV1Vg=";
hash = "sha256-UzSWw28y9l7N9wGDxWMk+adFnh5l9XlSTM6ru0oUOQg=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 8be141e

Please sign in to comment.