verilator: 5.010 -> 5.012

This commit is contained in:
R. Ryantm 2023-06-21 03:43:32 +00:00
parent 9eaa74ab57
commit 6884e85326

View File

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