verilator: 5.038 -> 5.040 (#441650)

authored by dotlambda and committed by GitHub dcffa931 a726cdd1

+4 -3
+4 -3
pkgs/by-name/ve/verilator/package.nix
··· 19 19 20 20 stdenv.mkDerivation rec { 21 21 pname = "verilator"; 22 - version = "5.038"; 22 + version = "5.040"; 23 23 24 24 # Verilator gets the version from this environment variable 25 25 # if it can't do git describe while building. ··· 28 28 src = fetchFromGitHub { 29 29 owner = "verilator"; 30 30 repo = "verilator"; 31 - rev = "v${version}"; 32 - hash = "sha256-uPGVE7y3zm+5ZydGjd1+/kIjW+a5u6d+YzjUSE4KnCY="; 31 + tag = "v${version}"; 32 + hash = "sha256-S+cDnKOTPjLw+sNmWL3+Ay6+UM8poMadkyPSGd3hgnc="; 33 33 }; 34 34 35 35 enableParallelBuilding = true; ··· 93 93 }; 94 94 95 95 meta = with lib; { 96 + changelog = "https://github.com/verilator/verilator/blob/${src.tag}/Changes"; 96 97 description = "Fast and robust (System)Verilog simulator/compiler and linter"; 97 98 homepage = "https://www.veripool.org/verilator"; 98 99 license = with licenses; [