From 6998697633bff5b4f42d85971a897376d0e8354a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 23 Jun 2026 04:50:11 +0000 Subject: [PATCH 1/2] ocamlPackages.charon: 2026.06.14 -> 2026.06.22 --- pkgs/development/ocaml-modules/charon/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/charon/default.nix b/pkgs/development/ocaml-modules/charon/default.nix index a560a938ddaa..93d58a2079d7 100644 --- a/pkgs/development/ocaml-modules/charon/default.nix +++ b/pkgs/development/ocaml-modules/charon/default.nix @@ -16,14 +16,14 @@ buildDunePackage (finalAttrs: { pname = "charon"; - version = "2026.06.14"; + version = "2026.06.22"; __structuredAttrs = true; src = fetchFromGitHub { owner = "AeneasVerif"; repo = "charon"; tag = "nightly-${finalAttrs.version}"; - hash = "sha256-EZ1Ueco4vK4mUKyOGXXHgToNLMp+1W7095HyU+1zQ2Q="; + hash = "sha256-Wz2iVkHZLHwgIycHTNCmST5gizupU3xGTo0scfdq8T0="; }; propagatedBuildInputs = [ From 5c4c814fd00d334ba0a878fdd989f9df19013796 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 23 Jun 2026 07:48:17 +0000 Subject: [PATCH 2/2] ocamlPackages.aeneas: 2026.06.14 -> 2026.06.22 --- pkgs/development/ocaml-modules/aeneas/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ];