Merge pull request #333374 from sequencer/circt1801

circt: 1.80 -> 1.80.1
This commit is contained in:
Nick Cao 2024-08-09 17:27:31 -04:00 committed by GitHub
commit 5bc8856027
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.80";
version = "1.80.1";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-87LsCJrx6LEJCkiBq/c2RWqenmX9KViGBqKMdmMYRMw=";
hash = "sha256-Vqucix0hil9isi4/+DLC4tq8XLVeiFUEMBeJfkZMEpI=";
fetchSubmodules = true;
};