diff --git a/pkgs/by-name/ve/verilator/package.nix b/pkgs/by-name/ve/verilator/package.nix index bb5cf627c148..ef657ead72a5 100644 --- a/pkgs/by-name/ve/verilator/package.nix +++ b/pkgs/by-name/ve/verilator/package.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { pname = "verilator"; - version = "5.038"; + version = "5.040"; # Verilator gets the version from this environment variable # if it can't do git describe while building. @@ -28,8 +28,8 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "verilator"; repo = "verilator"; - rev = "v${version}"; - hash = "sha256-uPGVE7y3zm+5ZydGjd1+/kIjW+a5u6d+YzjUSE4KnCY="; + tag = "v${version}"; + hash = "sha256-S+cDnKOTPjLw+sNmWL3+Ay6+UM8poMadkyPSGd3hgnc="; }; enableParallelBuilding = true; @@ -93,6 +93,7 @@ stdenv.mkDerivation rec { }; meta = with lib; { + changelog = "https://github.com/verilator/verilator/blob/${src.tag}/Changes"; description = "Fast and robust (System)Verilog simulator/compiler and linter"; homepage = "https://www.veripool.org/verilator"; license = with licenses; [