circt: 1.108.0 -> 1.109.0 (#390415)

Co-authored-by: pineapplehunter <peshogo@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-17 09:20:21 +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.108.0";
version = "1.109.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-uffGyfSTAZUHBkg3Tr25S7SagYTqrcuiDzKqPwlYfkc=";
hash = "sha256-FFMmS5S382Dy8Ut01pY0eq1bI1uSn8I3evMS6hftSss=";
fetchSubmodules = true;
};