diff --git a/pkgs/development/ocaml-modules/aeneas/default.nix b/pkgs/development/ocaml-modules/aeneas/default.nix index 46a5e5827b44..82668012a2e4 100644 --- a/pkgs/development/ocaml-modules/aeneas/default.nix +++ b/pkgs/development/ocaml-modules/aeneas/default.nix @@ -8,6 +8,7 @@ core_unix, domainslib, ocamlgraph, + ppx_deriving_yojson, progress, visitors, @@ -16,7 +17,7 @@ buildDunePackage (finalAttrs: { pname = "aeneas"; - version = "2026.06.14"; + version = "2026.06.22"; __structuredAttrs = true; minimalOCamlVersion = "5.1"; @@ -25,7 +26,7 @@ buildDunePackage (finalAttrs: { owner = "AeneasVerif"; repo = "aeneas"; tag = "nightly-${finalAttrs.version}"; - hash = "sha256-ef68sJtVdKlIr7IiZSehFlG87m1BjW5HSG8PYxbs3Lg="; + hash = "sha256-T/wiTajDKCG4lFcHtdQvO0AhEzX9F+vT6ij2VBBnvdU="; }; sourceRoot = "${finalAttrs.src.name}/src"; @@ -35,6 +36,7 @@ buildDunePackage (finalAttrs: { core_unix domainslib ocamlgraph + ppx_deriving_yojson progress visitors ];