Unverified Commit 04491f5b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #327162 from sequencer/circt177

circt: 1.76.0 -> 1.77.0
parents 5cdd8560 cde51ec8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,12 +18,12 @@ let
in
stdenv.mkDerivation rec {
  pname = "circt";
  version = "1.76.0";
  version = "1.77.0";
  src = fetchFromGitHub {
    owner = "llvm";
    repo = "circt";
    rev = "firtool-${version}";
    hash = "sha256-L8ELchwUzweS1gzZ8EfnddZu5xMJIVURViwwtPpxylo=";
    hash = "sha256-eiXyGwvObrhyhj7Nj9wIafmcaRYjZt0Qy4D3D+fEsGs=";
    fetchSubmodules = true;
  };