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
commit d1b4d56992
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
};