Merge pull request #329988 from sequencer/circt1781

circt: 1.77 -> 1.78.1
This commit is contained in:
Nick Cao 2024-07-26 08:50:58 -04:00 committed by GitHub
commit 75ac37eb63
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.77.0";
version = "1.78.1";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
hash = "sha256-eiXyGwvObrhyhj7Nj9wIafmcaRYjZt0Qy4D3D+fEsGs=";
hash = "sha256-MV70tU9orK46IXM46HUuxgAuSP4JerXdKpOyPiMfsUE=";
fetchSubmodules = true;
};