Merge pull request #242679 from sequencer/patch-1

circt: 1.44.0 -> 1.45.0
This commit is contained in:
Nick Cao 2023-07-11 08:59:56 +08:00 committed by GitHub
commit 9f7a52e90e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.44.0";
version = "1.45.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
sha256 = "sha256-92gGsuwz1AfQJe1kFsqm/75P+3QuSHzZEUbItOC5nGU=";
sha256 = "sha256-yzXYiqRIwV3bkMfvmduow3QWJASXhOspM8CHZPN2/uE=";
fetchSubmodules = true;
};