verilator: 5.040 -> 5.044

This commit is contained in:
Gon Solo
2026-01-30 11:53:10 +01:00
parent e6bb8bae7f
commit 8f56e3ccb2
+2 -11
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
perl,
flex,
bison,
@@ -20,7 +19,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "verilator";
version = "5.040";
version = "5.044";
# Verilator gets the version from this environment variable
# if it can't do git describe while building.
@@ -30,17 +29,9 @@ stdenv.mkDerivation (finalAttrs: {
owner = "verilator";
repo = "verilator";
tag = "v${finalAttrs.version}";
hash = "sha256-S+cDnKOTPjLw+sNmWL3+Ay6+UM8poMadkyPSGd3hgnc=";
hash = "sha256-z3jYNzhnZ+OocDAbmsRBWHNNPXLLvExKK1TLDi9JzPQ=";
};
patches = [
(fetchpatch {
name = "clang-V3hash-overload-fix.patch";
url = "https://github.com/verilator/verilator/commit/2aa260a03b67d3fe86bc64b8a59183f8dc21e117.patch";
hash = "sha256-waUsctWiAMG3lCpQi+VUUZ7qMw/kJGu/wNXPHZGuAoU=";
})
];
enableParallelBuilding = true;
buildInputs = [
perl