ocamlPackages.yamlx: 0.1.0 → 0.3.0

This commit is contained in:
Vincent Laporte
2026-04-29 04:12:03 +02:00
parent dbc4f1a7b3
commit ab29a4e2e4
@@ -8,11 +8,11 @@
buildDunePackage (finalAttrs: {
pname = "yamlx";
version = "0.1.0";
version = "0.3.0";
src = fetchurl {
url = "https://github.com/mjambon/yamlx/releases/download/${finalAttrs.version}/yamlx-${finalAttrs.version}.tbz";
hash = "sha256-Ihar37R1dUFMXSgNGEJu5z6ysFMcrg1Hd74hNLletwE=";
hash = "sha256-9pGp4XSCjMEwsUqHtwoyLBKTUdPjmYccqaU3dLkgVzg=";
};
propagatedBuildInputs = [ ppx_deriving ];