ocamlPackages.yamlx: 0.1.0 -> 0.3.0 (#512016)

This commit is contained in:
Vincent Laporte
2026-04-29 06:00:26 +00:00
committed by GitHub
@@ -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 ];