circt: 1.79 -> 1.80

This commit is contained in:
Jiuyang Liu 2024-08-03 03:06:56 +08:00
parent 4ef69f3c92
commit e95f4261cf

View File

@ -18,12 +18,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.79";
version = "1.80";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-/PEny7+E/s1Y08NigO22uDnhFfMBtccqaI8hsBOO2fI=";
hash = "sha256-87LsCJrx6LEJCkiBq/c2RWqenmX9KViGBqKMdmMYRMw=";
fetchSubmodules = true;
};