Unverified Commit 83c0ee6f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #305176 from sequencer/patch-2

circt: 1.72.0 -> 1.73.0
parents 14d66855 788d8c30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,12 +17,12 @@ let
in
stdenv.mkDerivation rec {
  pname = "circt";
  version = "1.72.0";
  version = "1.73.0";
  src = fetchFromGitHub {
    owner = "llvm";
    repo = "circt";
    rev = "firtool-${version}";
    hash = "sha256-Jy+/nwb1CkbNjS0mZ244hG0Rzb/2QRYXrlki4yWZ1lk=";
    hash = "sha256-C50PiToXrKf94Vg1yv++3xVhIuCW/KVPs0yLv5Fg0dY=";
    fetchSubmodules = true;
  };