circt: 1.76.0 -> 1.77.0

This commit is contained in:
Jiuyang Liu
2024-07-15 01:35:48 +08:00
parent a0e6ea95ef
commit cde51ec878

View File

@@ -18,12 +18,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.76.0";
version = "1.77.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-L8ELchwUzweS1gzZ8EfnddZu5xMJIVURViwwtPpxylo=";
hash = "sha256-eiXyGwvObrhyhj7Nj9wIafmcaRYjZt0Qy4D3D+fEsGs=";
fetchSubmodules = true;
};