circt: 1.56.1 -> 1.58.0

This commit is contained in:
R. Ryantm 2023-10-27 02:55:33 +00:00
parent aaccf42b1b
commit 9484fedba1

View File

@ -14,12 +14,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.56.1";
version = "1.58.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
sha256 = "sha256-MOwjfSUd5Dvlvek763AMZWK29dUoc2fblb5qtByTqLA=";
sha256 = "sha256-WX3eZl9/N8K4VzBOLHZrxwEI7V+AxOnSA0XYKFHlqcE=";
fetchSubmodules = true;
};