ocamlPackages.decoders-ezjsonm: migrate to finalAttrs

This commit is contained in:
Guy Chronister
2026-01-31 14:37:08 +00:00
parent b7fd916a79
commit bbb8e16c49
@@ -7,7 +7,7 @@
ounit2,
}:
buildDunePackage rec {
buildDunePackage (finalAttrs: {
pname = "decoders-ezjsonm";
# sub-package built separately from the same source
@@ -29,8 +29,8 @@ buildDunePackage rec {
meta = {
description = "Ezjsonm backend for decoders";
homepage = "https://github.com/mattjbray/ocaml-decoders";
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/${version}/CHANGES.md";
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/${finalAttrs.version}/CHANGES.md";
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ infinidoge ];
};
}
})