Merge pull request #98109 from Pamplemousse/verilator

verilator: 4.040 -> 4.100
This commit is contained in:
Austin Seipp 2020-09-16 14:25:25 -05:00 committed by GitHub
commit f1f1396167
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.040";
version = "4.100";
src = fetchurl {
url = "https://www.veripool.org/ftp/${pname}-${version}.tgz";
sha256 = "1qy0wllsmxva3c838spxwmacxx36r3njxwhgp172m4l3829785bf";
sha256 = "0vg1gk1hqlnz74gfpf57588758myxvhqzi37yl4vqjcq40r83nr2";
};
enableParallelBuilding = true;