circt: 1.118.0 -> 1.119.0 (#411243)

Co-authored-by: pineapplehunter <peshogo@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-27 00:33:05 +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.118.0";
version = "1.119.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-ZjJQkl9KgrCwxafHyQzX+wutl5FIdwHpKGaB5mlhdsc=";
hash = "sha256-e9tF/A7VnZblhS3GO3ezdEWqCYKHMwgwzbG4wmTw1sE=";
fetchSubmodules = true;
};