Merge pull request #318249 from r-ryantm/auto-update/circt

circt: 1.75.0 -> 1.76.0
This commit is contained in:
Weijia Wang
2024-06-10 16:58:22 +02:00
committed by GitHub
+2 -2
View File
@@ -18,12 +18,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.75.0";
version = "1.76.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-jacmj383n0crEwkgkr2qN8n0PWfCnDxzaRaMGVuyrMg=";
hash = "sha256-L8ELchwUzweS1gzZ8EfnddZu5xMJIVURViwwtPpxylo=";
fetchSubmodules = true;
};