circt: 1.64.0 -> 1.65.0

This commit is contained in:
R. Ryantm 2024-02-08 03:15:07 +00:00
parent 392580561c
commit 971d2fb818

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;
};