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

circt: 1.65.0 -> 1.66.0
This commit is contained in:
Nick Cao 2024-02-20 09:45:45 -05:00 committed by GitHub
commit 65480f71f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,12 +17,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.65.0";
version = "1.66.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
sha256 = "sha256-RYQAnvU+yoHGrU9zVvrD1/O80ioHEq2Cvo/MIjI6uTo=";
sha256 = "sha256-7O2YUZq0GBS2xvsXg0v55XZXAzqsbHjeKNgqMbNRT8E=";
fetchSubmodules = true;
};