circt: 1.99.2 -> 1.101.0

This commit is contained in:
Shupei Fan
2025-01-21 22:24:57 +08:00
parent e1996d7bda
commit 5df3483b2f
+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;
};