Merge pull request #313125 from r-ryantm/auto-update/circt

circt: 1.74.0 -> 1.75.0
This commit is contained in:
Nick Cao 2024-05-21 18:08:25 -04:00 committed by GitHub
commit 348be3c3eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,12 +18,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.74.0";
version = "1.75.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-RFvWUd98OiL2I3aFrP61LQRZr4FSKrrZ5YOblBKRCA4=";
hash = "sha256-jacmj383n0crEwkgkr2qN8n0PWfCnDxzaRaMGVuyrMg=";
fetchSubmodules = true;
};