ocamlPackages.hxd: 0.3.3 -> 0.3.4 (#413343)

This commit is contained in:
Wolfgang Walther
2025-06-27 17:56:44 +00:00
committed by GitHub
@@ -10,13 +10,13 @@
buildDunePackage rec {
pname = "hxd";
version = "0.3.3";
version = "0.3.4";
minimalOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/dinosaure/hxd/releases/download/v${version}/hxd-${version}.tbz";
sha256 = "sha256-Tt4jUpal4qJZl3bIvOtIU8Fk735XNXCh7caKTAyQQz4=";
sha256 = "sha256-jor8KLUvHqgt37Dnh3JRB/eMIYSevVzGEBsvG4quDmI=";
};
propagatedBuildInputs = lib.optional withLwt lwt;