Merge pull request #331832 from sequencer/circt180

circt: 1.79 -> 1.80
This commit is contained in:
Nick Cao 2024-08-02 17:16:01 -04:00 committed by GitHub
commit 600a8c74e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,12 +18,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.79";
version = "1.80";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-/PEny7+E/s1Y08NigO22uDnhFfMBtccqaI8hsBOO2fI=";
hash = "sha256-87LsCJrx6LEJCkiBq/c2RWqenmX9KViGBqKMdmMYRMw=";
fetchSubmodules = true;
};