circt: 1.106.0 -> 1.107.0 (#385568)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-03 06:50:31 +01:00
committed by GitHub
+2 -2
View File
@@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.106.0";
version = "1.107.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-uVvW8Rh4qCHJrkImHEwOySxszeKHGMGiEY5zmu3tk10=";
hash = "sha256-mTZP/QfxMaHXfFzvfyBEGOm1fApivRY03UK9fQE2Pt4=";
fetchSubmodules = true;
};