circt: 1.101.0 -> 1.102.0 (#376347)

Co-authored-by: sequencer <liu@jiuyang.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-24 11:34:25 +00:00
committed by GitHub
co-authored by sequencer
+2 -2
View File
@@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.101.0";
version = "1.102.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-4pGdb7CZTYjaGgrwRwI9mtmqJaFY7AwGk36PLASUDFU=";
hash = "sha256-hnmQR9Buu+2z1UkeStVFazbl/czUhV8E7sZrkcPGKFo=";
fetchSubmodules = true;
};