verilator: 4.012 -> 4.014

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-05-24 09:19:04 -07:00
parent 8abe5ee07e
commit 66b4fd678c

View File

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