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

Merge pull request #330327 from sequencer/circt179

circt: 1.78.1 -> 1.79
parents 6d4e3bf5 7762347e
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.78.1";
  version = "1.79";
  src = fetchFromGitHub {
    owner = "llvm";
    repo = "circt";
    rev = "firtool-${version}";
    hash = "sha256-MV70tU9orK46IXM46HUuxgAuSP4JerXdKpOyPiMfsUE=";
    hash = "sha256-/PEny7+E/s1Y08NigO22uDnhFfMBtccqaI8hsBOO2fI=";
    fetchSubmodules = true;
  };