diff options
author | Nick Cao | 2024-08-30 15:28:32 -0400 |
---|---|---|
committer | GitHub | 2024-08-30 15:28:32 -0400 |
commit | 306a4ca1d9d945ece3f888fc409b0eced5ea96b8 (patch) | |
tree | 83db12961b1416b36548e60ab28ae9eaba34c1b3 /pkgs | |
parent | aef6d4190310747de1072d7aa7f38e17c82865a9 (diff) | |
parent | 369967f9989b13071115b8b05fb85e76528a70c1 (diff) |
circt: 1.83.0 -> 1.84.0 (#338312)
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/development/compilers/circt/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/circt/default.nix b/pkgs/development/compilers/circt/default.nix index c4fefa265bc7..0d70a64a2173 100644 --- a/pkgs/development/compilers/circt/default.nix +++ b/pkgs/development/compilers/circt/default.nix @@ -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; }; } |