circt: 1.102.0 -> 1.103.0 (#376593)

This commit is contained in:
Nick Cao
2025-01-25 09:43:23 -05:00
committed by GitHub
+2 -2
View File
@@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.102.0";
version = "1.103.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-hnmQR9Buu+2z1UkeStVFazbl/czUhV8E7sZrkcPGKFo=";
hash = "sha256-MpNsGioHd7VstuHlzI7SUvrvGcSpViULzAyL0CzMFgw=";
fetchSubmodules = true;
};