verilator: 4.014 -> 4.016

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/verilator/versions
This commit is contained in:
R. RyanTM 2019-07-02 20:10:41 -07:00 committed by Frederik Rietdijk
parent 48a1b8e25a
commit 4bf65cf0fa

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "verilator-${version}";
version = "4.014";
version = "4.016";
src = fetchurl {
url = "https://www.veripool.org/ftp/${name}.tgz";
sha256 = "1srk9a03hbq8rdp4mma817aiq61c2hbrs66qv25zj3dfnfqigxgd";
sha256 = "18fqm6pgscy504ql27i150fdsd2j91hw5qsnpymws3pvqj2qz2ij";
};
enableParallelBuilding = true;