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
This commit is contained in:
R. RyanTM 2018-03-30 21:23:53 -07:00
parent a7af5d4f88
commit 2ddd539807

View file

@ -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;