circt: 1.118.0 -> 1.119.0

This commit is contained in:
R. Ryantm 2025-05-26 21:50:54 +00:00
parent bdc995d3e9
commit 9eb380a4cc

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