circt: 1.83.0 -> 1.84.0 (#338312)

This commit is contained in:
Nick Cao 2024-08-30 15:28:32 -04:00 committed by GitHub
commit 306a4ca1d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View file

@ -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";

View file

@ -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;
};
}