circt: 1.99.1 -> 1.99.2 (#369563)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-31 04:16:35 +00:00
committed by GitHub
+2 -2
View File
@@ -19,12 +19,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.99.1";
version = "1.99.2";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-pnC8BLf2encv7UR10q6rTTpAZ6T0fETwumwTSu+Q8Ro=";
hash = "sha256-zX+mzbfucrXdFN4+j+nAptn3HVLPKVUd55cQRHrpIJg=";
fetchSubmodules = true;
};