circt: 1.103.0 -> 1.104.0 (#379383)

Co-authored-by: pineapplehunter <peshogo@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-06 10:10:40 +00:00
committed by GitHub
co-authored by pineapplehunter
+2 -2
View File
@@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.103.0";
version = "1.104.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-MpNsGioHd7VstuHlzI7SUvrvGcSpViULzAyL0CzMFgw=";
hash = "sha256-r5UYoeqrXSWvWtR0IgjrH67RIgul3vpNoN+4lWlGrHw=";
fetchSubmodules = true;
};