Merge pull request #115717 from r-ryantm/auto-update/verilator

verilator: 4.108 -> 4.110
This commit is contained in:
Austin Seipp 2021-03-10 08:49:38 -06:00 committed by GitHub
commit b54b679c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "verilator";
version = "4.108";
version = "4.110";
src = fetchurl {
url = "https://www.veripool.org/ftp/${pname}-${version}.tgz";
sha256 = "00i7am41w9v4smhl64z7s95wdb55f684y89mc0hbc07j1ggc33lf";
sha256 = "sha256-Rxb+AFhmGinWtZyvjnRxsu3b3tbtRO3njcHGUJTs/sw=";
};
enableParallelBuilding = true;