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 in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "circt"; pname = "circt";
version = "1.75.0"; version = "1.76.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "llvm"; owner = "llvm";
repo = "circt"; repo = "circt";
rev = "firtool-${version}"; rev = "firtool-${version}";
hash = "sha256-jacmj383n0crEwkgkr2qN8n0PWfCnDxzaRaMGVuyrMg="; hash = "sha256-L8ELchwUzweS1gzZ8EfnddZu5xMJIVURViwwtPpxylo=";
fetchSubmodules = true; fetchSubmodules = true;
}; };