about summary refs log tree commit diff
path: root/pkgs/applications/science/electronics/verilator
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 18:45:11 -0800
committerRobin Gloster <mail@glob.in>2018-02-28 12:36:17 +0100
commit9394e70b0d4fb776f407ac56aa3e61e7a8035b38 (patch)
treef460a69a5584c46e9887e30dde275ff947472fb1 /pkgs/applications/science/electronics/verilator
parent929de0e5bbf1be9983239561b7c98b895d5d5ea8 (diff)
downloadnixlib-9394e70b0d4fb776f407ac56aa3e61e7a8035b38.tar
nixlib-9394e70b0d4fb776f407ac56aa3e61e7a8035b38.tar.gz
nixlib-9394e70b0d4fb776f407ac56aa3e61e7a8035b38.tar.bz2
nixlib-9394e70b0d4fb776f407ac56aa3e61e7a8035b38.tar.lz
nixlib-9394e70b0d4fb776f407ac56aa3e61e7a8035b38.tar.xz
nixlib-9394e70b0d4fb776f407ac56aa3e61e7a8035b38.tar.zst
nixlib-9394e70b0d4fb776f407ac56aa3e61e7a8035b38.zip
verilator: 3.900 -> 3.920
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/j0sz8wy56xhm5agjgjrzy3r35qzyrb5s-verilator-3.920/bin/verilator_bin -V` and found version 3.920
- ran `/nix/store/j0sz8wy56xhm5agjgjrzy3r35qzyrb5s-verilator-3.920/bin/verilator_bin --version` and found version 3.920
- ran `/nix/store/j0sz8wy56xhm5agjgjrzy3r35qzyrb5s-verilator-3.920/bin/verilator_bin_dbg -V` and found version 3.920
- ran `/nix/store/j0sz8wy56xhm5agjgjrzy3r35qzyrb5s-verilator-3.920/bin/verilator_bin_dbg --version` and found version 3.920
- ran `/nix/store/j0sz8wy56xhm5agjgjrzy3r35qzyrb5s-verilator-3.920/bin/verilator_coverage_bin_dbg -V` and found version 3.920
- ran `/nix/store/j0sz8wy56xhm5agjgjrzy3r35qzyrb5s-verilator-3.920/bin/verilator_coverage_bin_dbg --version` and found version 3.920
- ran `/nix/store/j0sz8wy56xhm5agjgjrzy3r35qzyrb5s-verilator-3.920/bin/verilator -V` and found version 3.920
- ran `/nix/store/j0sz8wy56xhm5agjgjrzy3r35qzyrb5s-verilator-3.920/bin/verilator --version` and found version 3.920
- ran `/nix/store/j0sz8wy56xhm5agjgjrzy3r35qzyrb5s-verilator-3.920/bin/verilator_coverage -V` and found version 3.920
- ran `/nix/store/j0sz8wy56xhm5agjgjrzy3r35qzyrb5s-verilator-3.920/bin/verilator_coverage --version` and found version 3.920
- ran `/nix/store/j0sz8wy56xhm5agjgjrzy3r35qzyrb5s-verilator-3.920/bin/verilator_profcfunc help` got 0 exit code
- found 3.920 with grep in /nix/store/j0sz8wy56xhm5agjgjrzy3r35qzyrb5s-verilator-3.920
- found 3.920 in filename of file in /nix/store/j0sz8wy56xhm5agjgjrzy3r35qzyrb5s-verilator-3.920

cc "@thoughtpolice"
Diffstat (limited to 'pkgs/applications/science/electronics/verilator')
-rw-r--r--pkgs/applications/science/electronics/verilator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/electronics/verilator/default.nix b/pkgs/applications/science/electronics/verilator/default.nix
index e34383865576..dade8296e996 100644
--- a/pkgs/applications/science/electronics/verilator/default.nix
+++ b/pkgs/applications/science/electronics/verilator/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name    = "verilator-${version}";
-  version = "3.900";
+  version = "3.920";
 
   src = fetchurl {
     url    = "http://www.veripool.org/ftp/${name}.tgz";
-    sha256 = "0yvbibcysdiw6mphda0lfs56wz6v450px2420x0hbd3rc7k53s2b";
+    sha256 = "1zs3d6h5sbz455fwpgg89h81hkfn92ary8bmhjinc1rd8fm3hp1b";
   };
 
   enableParallelBuilding = true;