verilator: 5.008 -> 5.010

This commit is contained in:
R. Ryantm 2023-05-03 09:07:06 +00:00 committed by Austin Seipp
parent 4f14b04830
commit b74708700e

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "verilator";
version = "5.008";
version = "5.010";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-+eJBGvQOk5w+PyUF3aieuXZVeKNS4cKQqHnJibKwFnM=";
hash = "sha256-NaWatK4sAc+MJolbQs4TDaD9TvY6VAj/KVZBkIq++sQ=";
};
enableParallelBuilding = true;