circt: 1.99.2 -> 1.101.0 (#375549)

This commit is contained in:
Nick Cao
2025-01-22 14:14:59 -05:00
committed by GitHub
+2 -2
View File
@@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.99.2";
version = "1.101.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-zX+mzbfucrXdFN4+j+nAptn3HVLPKVUd55cQRHrpIJg=";
hash = "sha256-4pGdb7CZTYjaGgrwRwI9mtmqJaFY7AwGk36PLASUDFU=";
fetchSubmodules = true;
};