From 0d0e8a1df72177019960750cc2d7f3d68e8e56a3 Mon Sep 17 00:00:00 2001 From: Jiajie Chen Date: Tue, 4 Apr 2023 17:35:18 +0800 Subject: [PATCH] circt: 1.34.0 -> 1.37.0 --- pkgs/development/compilers/circt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/circt/default.nix b/pkgs/development/compilers/circt/default.nix index d86898947030..6e9d5fc4929a 100644 --- a/pkgs/development/compilers/circt/default.nix +++ b/pkgs/development/compilers/circt/default.nix @@ -13,12 +13,12 @@ let in stdenv.mkDerivation rec { pname = "circt"; - version = "1.34.0"; + version = "1.37.0"; src = fetchFromGitHub { owner = "llvm"; repo = "circt"; rev = "firtool-${version}"; - sha256 = "sha256-QrCli0nNlvOM4taqWZ6GzK5luvXmyxaCgfDlXSRLSQA="; + sha256 = "sha256-jagI5pXH3+4K0cvRfFMFqcRe/FWFCunrckPFAQL7mPo="; fetchSubmodules = true; };