ocamlPackages.yamlx: 0.3.0 -> 0.5.0 (#553264)

This commit is contained in:
Vincent Laporte
2026-08-25 15:08:46 +00:00
committed by GitHub

View File

@@ -8,11 +8,11 @@
buildDunePackage (finalAttrs: {
pname = "yamlx";
version = "0.3.0";
version = "0.5.0";
src = fetchurl {
url = "https://github.com/mjambon/yamlx/releases/download/${finalAttrs.version}/yamlx-${finalAttrs.version}.tbz";
hash = "sha256-9pGp4XSCjMEwsUqHtwoyLBKTUdPjmYccqaU3dLkgVzg=";
hash = "sha256-ejpFZY4G6m4/EPApN6GDwEfFC9qS8azWeJQspOCRhkA=";
};
propagatedBuildInputs = [ ppx_deriving ];