From 4f241557fbd005e5bf86c9cb7f4a74d4ef39b4a4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 14 Jun 2026 12:32:08 +0000 Subject: [PATCH] ocamlPackages.aeneas: 2026.06.12 -> 2026.06.14 --- pkgs/development/ocaml-modules/aeneas/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/aeneas/default.nix b/pkgs/development/ocaml-modules/aeneas/default.nix index ea17be64e274..46a5e5827b44 100644 --- a/pkgs/development/ocaml-modules/aeneas/default.nix +++ b/pkgs/development/ocaml-modules/aeneas/default.nix @@ -16,7 +16,7 @@ buildDunePackage (finalAttrs: { pname = "aeneas"; - version = "2026.06.12"; + version = "2026.06.14"; __structuredAttrs = true; minimalOCamlVersion = "5.1"; @@ -25,7 +25,7 @@ buildDunePackage (finalAttrs: { owner = "AeneasVerif"; repo = "aeneas"; tag = "nightly-${finalAttrs.version}"; - hash = "sha256-loTnCy4lNJki+dSShZ35jKyOWIh1XcPwN7oY7CyFa04="; + hash = "sha256-ef68sJtVdKlIr7IiZSehFlG87m1BjW5HSG8PYxbs3Lg="; }; sourceRoot = "${finalAttrs.src.name}/src";