circt: 1.52.0 -> 1.53.0

This commit is contained in:
Shogo Takata 2023-09-03 21:18:23 +09:00
parent 05a5bbc719
commit 4c635d8572

View File

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