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

circt: 1.83.0 -> 1.84.0 (#338312)

parents aef6d419 369967f9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -18783,6 +18783,12 @@
    githubId = 307899;
    name = "Gurkan Gur";
  };
  sequencer = {
    email = "liu@jiuyang.me";
    github = "sequencer";
    githubId = 5791019;
    name = "Jiuyang Liu";
  };
  serge = {
    email = "sb@canva.com";
    github = "serge-belov";
+3 −3
Original line number Diff line number Diff line
@@ -18,12 +18,12 @@ let
in
stdenv.mkDerivation rec {
  pname = "circt";
  version = "1.83.0";
  version = "1.84.0";
  src = fetchFromGitHub {
    owner = "llvm";
    repo = "circt";
    rev = "firtool-${version}";
    hash = "sha256-shXGr+Cgs6uEO1eIeWytaOmMbq1fjTshud/AH5A1gZs=";
    hash = "sha256-9GOn0wnFQ9JidLf5qpz2xG0lf+cCqKMvZnAy4JDCFu4=";
    fetchSubmodules = true;
  };

@@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
    description = "Circuit IR compilers and tools";
    homepage = "https://circt.org/";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ sharzy pineapplehunter ];
    maintainers = with lib.maintainers; [ sharzy pineapplehunter sequencer ];
    platforms = lib.platforms.all;
  };
}