circt: 1.124.0 -> 1.125.0 (#425203)

Co-authored-by: pineapplehunter <peshogo@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-15 14:39:34 +00:00 committed by GitHub
commit 061225341c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.124.0";
version = "1.125.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-IoS7mhQLiaVlqyosqOOaoGKBkS5WuQHRJK9v+FonCxc=";
hash = "sha256-bpQvBUSYpmv6bmgXSCz9pfGgFxlGVFFDfaSkvk7481E=";
fetchSubmodules = true;
};