Merge pull request #251275 from pineapplehunter/master

circt: 1.51.0 -> 1.52.0
This commit is contained in:
Nick Cao 2023-08-25 10:54:25 +08:00 committed by GitHub
commit c5fbdb0d9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,12 +13,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.51.0";
version = "1.52.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
sha256 = "sha256-IEMIFbMBLEKgntDiRfVH6qgj9a5RLWQnKrMnl5A3AYQ=";
sha256 = "sha256-ol8inyUrKezv+lhDIq2DhP4LHNJLhZylRbtIfoVAMYk=";
fetchSubmodules = true;
};