about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao2024-08-30 15:28:32 -0400
committerGitHub2024-08-30 15:28:32 -0400
commit306a4ca1d9d945ece3f888fc409b0eced5ea96b8 (patch)
tree83db12961b1416b36548e60ab28ae9eaba34c1b3 /pkgs
parentaef6d4190310747de1072d7aa7f38e17c82865a9 (diff)
parent369967f9989b13071115b8b05fb85e76528a70c1 (diff)
circt: 1.83.0 -> 1.84.0 (#338312)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/circt/default.nix6
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;
   };
 }