Merge pull request #282905 from sequencer/circt-update

circt: 1.62.0 -> 1.63.0
This commit is contained in:
Nick Cao 2024-01-22 13:11:09 -05:00 committed by GitHub
commit 2951dec6e1
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.62.0";
version = "1.63.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
sha256 = "sha256-WUuH6rExuz6cQEW9wCVLM2ZTCry33UbUgob/eu4xnfM=";
sha256 = "sha256-ln56E66AHga80TkeiVd3A3WobdTe1UnE7o5t6+tmR0Q=";
fetchSubmodules = true;
};