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

circt: 1.64.0 -> 1.65.0
This commit is contained in:
Nick Cao 2024-02-08 08:50:57 -05:00 committed by GitHub
commit 598c4ffc18
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.64.0";
version = "1.65.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
sha256 = "sha256-tZ8IQa01hYVJZdUKPd0rMGfAScuhZPzpwP51WWXERGw=";
sha256 = "sha256-RYQAnvU+yoHGrU9zVvrD1/O80ioHEq2Cvo/MIjI6uTo=";
fetchSubmodules = true;
};