circt: 1.101.0 -> 1.102.0

This commit is contained in:
R. Ryantm 2025-01-24 09:52:14 +00:00
parent 0aa475546e
commit f6ea085167

View File

@ -19,12 +19,12 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "circt"; pname = "circt";
version = "1.101.0"; version = "1.102.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "llvm"; owner = "llvm";
repo = "circt"; repo = "circt";
rev = "firtool-${version}"; rev = "firtool-${version}";
hash = "sha256-4pGdb7CZTYjaGgrwRwI9mtmqJaFY7AwGk36PLASUDFU="; hash = "sha256-hnmQR9Buu+2z1UkeStVFazbl/czUhV8E7sZrkcPGKFo=";
fetchSubmodules = true; fetchSubmodules = true;
}; };