summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-30 21:23:53 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-03-30 21:23:53 -0700
commit2ddd539807b69fbe7252156849ac8ec389d71638 (patch)
tree97d3fbe1f000b8ed8452090f6220da9009f17ba3 /pkgs/development/ocaml-modules
parenta7af5d4f88f9e30bc9b401a84b7cb3cf036fccbb (diff)
downloadnixlib-2ddd539807b69fbe7252156849ac8ec389d71638.tar
nixlib-2ddd539807b69fbe7252156849ac8ec389d71638.tar.gz
nixlib-2ddd539807b69fbe7252156849ac8ec389d71638.tar.bz2
nixlib-2ddd539807b69fbe7252156849ac8ec389d71638.tar.lz
nixlib-2ddd539807b69fbe7252156849ac8ec389d71638.tar.xz
nixlib-2ddd539807b69fbe7252156849ac8ec389d71638.tar.zst
nixlib-2ddd539807b69fbe7252156849ac8ec389d71638.zip
ocamlPackages.alcotest: 0.8.1 -> 0.8.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ocaml4.05.0-alcotest/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.8.2 with grep in /nix/store/q08nmvvkyka038kqhmhbgfqvn97c5wzw-ocaml4.05.0-alcotest-0.8.2
- directory tree listing: https://gist.github.com/5da539318dc6e7b77255ad7f544bb828
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;