From 3b666b41c39665dcfe19079692e0ef276f8f554d Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 24 May 2023 06:57:14 +0200 Subject: alt-ergo: 2.4.2 → 2.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/applications/science/logic/alt-ergo/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/science') diff --git a/pkgs/applications/science/logic/alt-ergo/default.nix b/pkgs/applications/science/logic/alt-ergo/default.nix index 75288b5ff80bf..ce084c1f4a733 100644 --- a/pkgs/applications/science/logic/alt-ergo/default.nix +++ b/pkgs/applications/science/logic/alt-ergo/default.nix @@ -2,7 +2,7 @@ let pname = "alt-ergo"; - version = "2.4.2"; + version = "2.4.3"; configureScript = "ocaml unix.cma configure.ml"; @@ -10,7 +10,7 @@ let owner = "OCamlPro"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-8pJ/1UAbheQaLFs5Uubmmf5D0oFJiPxF6e2WTZgRyAc="; + hash = "sha256-2XARGr8rLiPMOM0rBBoRv5tZvKYtkLkJctGqLYkMe7Q="; }; in @@ -20,7 +20,7 @@ let alt-ergo-lib = ocamlPackages.buildDunePackage rec { configureFlags = [ pname ]; nativeBuildInputs = [ which ]; buildInputs = with ocamlPackages; [ dune-configurator ]; - propagatedBuildInputs = with ocamlPackages; [ num ocplib-simplex seq stdlib-shims zarith ]; + propagatedBuildInputs = with ocamlPackages; [ dune-build-info num ocplib-simplex seq stdlib-shims zarith ]; preBuild = '' substituteInPlace src/lib/util/version.ml --replace 'version="dev"' 'version="${version}"' ''; -- cgit 1.4.1