about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-04-08 21:21:59 -0500
committerGitHub <noreply@github.com>2018-04-08 21:21:59 -0500
commit8f0bd1fba4f0ce591d9d70d813e479066f875073 (patch)
treeeeca276910f6a0eab906afb71ad01ca7d8ad3597 /pkgs/development/ocaml-modules
parenta926d98096ed2a793b7c106bf4a49230d36f95fd (diff)
parent2ddd539807b69fbe7252156849ac8ec389d71638 (diff)
downloadnixlib-8f0bd1fba4f0ce591d9d70d813e479066f875073.tar
nixlib-8f0bd1fba4f0ce591d9d70d813e479066f875073.tar.gz
nixlib-8f0bd1fba4f0ce591d9d70d813e479066f875073.tar.bz2
nixlib-8f0bd1fba4f0ce591d9d70d813e479066f875073.tar.lz
nixlib-8f0bd1fba4f0ce591d9d70d813e479066f875073.tar.xz
nixlib-8f0bd1fba4f0ce591d9d70d813e479066f875073.tar.zst
nixlib-8f0bd1fba4f0ce591d9d70d813e479066f875073.zip
Merge pull request #38171 from r-ryantm/auto-update/ocaml4.05.0-alcotest
ocamlPackages.alcotest: 0.8.1 -> 0.8.2
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/alcotest/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/alcotest/default.nix b/pkgs/development/ocaml-modules/alcotest/default.nix
index 80e34ecd06ac..000ff8285c53 100644
--- a/pkgs/development/ocaml-modules/alcotest/default.nix
+++ b/pkgs/development/ocaml-modules/alcotest/default.nix
@@ -4,8 +4,8 @@
 
 let param =
   if stdenv.lib.versionAtLeast ocaml.version "4.02" then {
-    version = "0.8.1";
-    sha256 = "1bjhgwmshlaz9xncrrkknys7prigf8vlg1kqvfx9l8kn92mlf10b";
+    version = "0.8.2";
+    sha256 = "1zpg079v89mz2dpnh59f9hk5r03wl26skfn43llrv3kg24abjfpf";
     buildInputs = [ jbuilder ];
     buildPhase = "jbuilder build -p alcotest";
     inherit (jbuilder) installPhase;