summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-27 02:55:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-27 02:55:33 +0000
commit9484fedba1add60168a8cea299848a431ee96e9c (patch)
tree9633a7279045667272320ac33d754fc62dc8a479
parentaaccf42b1b42702e2dd83ad8f6bda1262b12a221 (diff)
downloadnixpkgs-9484fedba1add60168a8cea299848a431ee96e9c.tar
nixpkgs-9484fedba1add60168a8cea299848a431ee96e9c.tar.gz
nixpkgs-9484fedba1add60168a8cea299848a431ee96e9c.tar.bz2
nixpkgs-9484fedba1add60168a8cea299848a431ee96e9c.tar.lz
nixpkgs-9484fedba1add60168a8cea299848a431ee96e9c.tar.xz
nixpkgs-9484fedba1add60168a8cea299848a431ee96e9c.tar.zst
nixpkgs-9484fedba1add60168a8cea299848a431ee96e9c.zip
circt: 1.56.1 -> 1.58.0
-rw-r--r--pkgs/development/compilers/circt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/circt/default.nix b/pkgs/development/compilers/circt/default.nix
index f8eaae9a040..129388005b5 100644
--- a/pkgs/development/compilers/circt/default.nix
+++ b/pkgs/development/compilers/circt/default.nix
@@ -14,12 +14,12 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "circt";
-  version = "1.56.1";
+  version = "1.58.0";
   src = fetchFromGitHub {
     owner = "llvm";
     repo = "circt";
     rev = "firtool-${version}";
-    sha256 = "sha256-MOwjfSUd5Dvlvek763AMZWK29dUoc2fblb5qtByTqLA=";
+    sha256 = "sha256-WX3eZl9/N8K4VzBOLHZrxwEI7V+AxOnSA0XYKFHlqcE=";
     fetchSubmodules = true;
   };