Merge pull request #241654 from sequencer/patch-1

circt: 1.40.0 -> 1.44.0

authored by

Nick Cao and committed by
GitHub
94c52940 75113f97

+3 -3
+3 -3
pkgs/development/compilers/circt/default.nix
··· 13 13 in 14 14 stdenv.mkDerivation rec { 15 15 pname = "circt"; 16 - version = "1.40.0"; 16 + version = "1.44.0"; 17 17 src = fetchFromGitHub { 18 18 owner = "llvm"; 19 19 repo = "circt"; 20 20 rev = "firtool-${version}"; 21 - sha256 = "sha256-L114Xh0O/Wu8IyrKohxalyXeSe/8oVcAXD4hpa6ocwU="; 21 + sha256 = "sha256-92gGsuwz1AfQJe1kFsqm/75P+3QuSHzZEUbItOC5nGU="; 22 22 fetchSubmodules = true; 23 23 }; 24 24 ··· 53 53 LIT_FILTER_OUT = if stdenv.cc.isClang then "CIRCT :: Target/ExportSystemC/.*\.mlir" else null; 54 54 55 55 preConfigure = '' 56 - substituteInPlace test/circt-reduce/test/annotation-remover.mlir --replace "/usr/bin/env" "${coreutils}/bin/env" 56 + find ./test -name '*.mlir' -exec sed -i 's|/usr/bin/env|${coreutils}/bin/env|g' {} \; 57 57 ''; 58 58 59 59 installPhase = ''