Merge pull request #178884 from dtzWill/update/verliator-4.224

verilator: 4.222 -> 4.224
This commit is contained in:
Sebastián Mancilla 2022-08-12 12:00:50 -04:00 committed by GitHub
commit b9ce2756a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "verilator";
version = "4.222";
version = "4.224";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-AvjcStbiXDdhJnaSJJ5Mp6zscvaxhb+A2J+0gpm2rFI=";
sha256 = "sha256-Kn44yWkNcOLkc79HLDTxx5zQn/vqft+hhbvsoUAKR7I=";
};
enableParallelBuilding = true;