From a00ed23c90f3bce6804df657af6babe22360df96 Mon Sep 17 00:00:00 2001 From: redianthus Date: Mon, 24 Nov 2025 18:50:24 +0100 Subject: [PATCH] ocamlPackages.smtml: 0.13.0 -> 0.15.0 --- pkgs/development/ocaml-modules/smtml/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/smtml/default.nix b/pkgs/development/ocaml-modules/smtml/default.nix index 533eee64483a..e3d891720ca0 100644 --- a/pkgs/development/ocaml-modules/smtml/default.nix +++ b/pkgs/development/ocaml-modules/smtml/default.nix @@ -9,6 +9,7 @@ cmdliner, dolmen_model, dolmen_type, + dune-build-info, fpath, hc, menhirLib, @@ -27,13 +28,13 @@ buildDunePackage (finalAttrs: { pname = "smtml"; - version = "0.13.0"; + version = "0.15.0"; src = fetchFromGitHub { owner = "formalsec"; repo = "smtml"; tag = "v${finalAttrs.version}"; - hash = "sha256-8AAS7C/X9YnkgZORRauKqPgXPyFXOhPvd7/VS693e8Q="; + hash = "sha256-z3DDdzU39tg2F3+pAFPILiKY3pQxOpehdoxwckyhZBI="; }; nativeBuildInputs = [ @@ -45,6 +46,7 @@ buildDunePackage (finalAttrs: { cmdliner dolmen_model dolmen_type + dune-build-info fpath hc menhirLib