Merge pull request #291482 from r-ryantm/auto-update/verilator

verilator: 5.020 -> 5.022
This commit is contained in:
Weijia Wang 2024-03-07 08:08:34 +01:00 committed by GitHub
commit 05bdea1c17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "verilator";
version = "5.020";
version = "5.022";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-7kxH/RPM+fjDuybwJgTYm0X6wpaqesGfu57plrExd8c=";
hash = "sha256-Ya3lqK8BfvMVLZUrD2Et6OmptteWXp5VmZb2x2G/V/E=";
};
enableParallelBuilding = true;