circt: 1.75.0 -> 1.76.0

This commit is contained in:
R. Ryantm 2024-06-08 10:54:05 +00:00
parent 0c11926f56
commit bc90ac0c87

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;
};