verilator: 5.026 -> 5.028

This commit is contained in:
R. Ryantm
2024-10-15 11:16:32 -05:00
committed by Austin Seipp
parent 4d70507924
commit 1815d5a7a7
@@ -18,7 +18,7 @@
stdenv.mkDerivation rec {
pname = "verilator";
version = "5.026";
version = "5.028";
# Verilator gets the version from this environment variable
# if it can't do git describe while building.
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-Ds6w95tqlKjIFnkq2kKyslprKCwMOtBOoy7LuTon3KM=";
hash = "sha256-YgK60fAYG5575uiWmbCODqNZMbRfFdOVcJXz5h5TLuE=";
};
enableParallelBuilding = true;