Skip to content

Commit 9e5e778

Browse files
committed
circt: 1.30.0 -> 1.34.0
1 parent a36fdb5 commit 9e5e778

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/compilers/circt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ let
1313
in
1414
stdenv.mkDerivation rec {
1515
pname = "circt";
16-
version = "1.30.0";
16+
version = "1.34.0";
1717
src = fetchFromGitHub {
1818
owner = "llvm";
1919
repo = "circt";
2020
rev = "firtool-${version}";
21-
sha256 = "sha256-VP1QwY/gA8wxjpzbAlEV5r2Q8sTt3K2sGdKmxr6ndB8=";
21+
sha256 = "sha256-QrCli0nNlvOM4taqWZ6GzK5luvXmyxaCgfDlXSRLSQA=";
2222
fetchSubmodules = true;
2323
};
2424

0 commit comments

Comments
 (0)