Merge pull request #281977 from r-ryantm/auto-update/circt

circt: 1.61.0 -> 1.62.0
This commit is contained in:
Nick Cao 2024-01-19 10:23:59 -05:00 committed by GitHub
commit f5c8dd83d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,12 +17,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.61.0";
version = "1.62.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
sha256 = "sha256-3zuaruaveUeJ7uKP5fMiDFPOGKcs6aTNuGOuhxV6nss=";
sha256 = "sha256-WUuH6rExuz6cQEW9wCVLM2ZTCry33UbUgob/eu4xnfM=";
fetchSubmodules = true;
};