ocamlPackages.hxd: 0.3.6 -> 0.4.0

This commit is contained in:
R. Ryantm
2026-02-18 13:25:35 +00:00
parent 50a029a766
commit cf3f926474
@@ -10,13 +10,13 @@
buildDunePackage rec {
pname = "hxd";
version = "0.3.6";
version = "0.4.0";
minimalOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/dinosaure/hxd/releases/download/v${version}/hxd-${version}.tbz";
sha256 = "sha256-eh3yDF3QG33Ztf/i3nIWtZiWUqsyUXVRIyeiad3t87k=";
sha256 = "sha256-EAMLciahdQRHGAmtWvwMIAchJkxcbdPVldJIBApxgFg=";
};
propagatedBuildInputs = lib.optional withLwt lwt;