Skip to content

Commit

Permalink
circt: 1.71.0 -> 1.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Apr 8, 2024
1 parent ff0dbd9 commit 4be8734
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.71.0";
version = "1.72.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-Y6SkMpF5Gpi1Jm3OrWaMkr3uP/vTzawJ9UsxsuOsvpo=";
hash = "sha256-PaWMYFtKMaBLVhoqLAHh97lRlolsIwyQcHOAJNTAZFo=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 4be8734

Please sign in to comment.