ocamlPackages.js_of_ocaml: 3.2.0 -> 3.2.1 (#46263)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
js_of_ocaml
This commit is contained in:
R. RyanTM 2018-09-18 09:10:42 -07:00 committed by xeji
parent dcd6977b11
commit c9a8631201

View File

@ -8,13 +8,13 @@ else
stdenv.mkDerivation rec {
name = "js_of_ocaml-compiler-${version}";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "ocsigen";
repo = "js_of_ocaml";
rev = version;
sha256 = "0dxxdxgrbg9xvvi3i627krnk6rb1ja0ypp2diwdkpnmy45wak9lv";
sha256 = "1v2hfq0ra9j07yz6pj6m03hrvgys4vmx0gclchv94yywpb2wc7ik";
};
buildInputs = [ ocaml findlib dune cmdliner cppo ];