Merge pull request #215762 from SharzyL/circt-1.30.0

circt: 1.29.0 -> 1.30.0
This commit is contained in:
Nick Cao 2023-02-12 08:46:46 +08:00 committed by GitHub
commit 9a43914b54
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.29.0";
version = "1.30.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
sha256 = "sha256-HsXwh98RZuXvK/KkZ2NAGwWNLxUAQVj+WKzZXd4C4Is=";
sha256 = "sha256-VP1QwY/gA8wxjpzbAlEV5r2Q8sTt3K2sGdKmxr6ndB8=";
fetchSubmodules = true;
};