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:
parent
dcd6977b11
commit
c9a8631201
@ -8,13 +8,13 @@ else
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "js_of_ocaml-compiler-${version}";
|
name = "js_of_ocaml-compiler-${version}";
|
||||||
version = "3.2.0";
|
version = "3.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ocsigen";
|
owner = "ocsigen";
|
||||||
repo = "js_of_ocaml";
|
repo = "js_of_ocaml";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0dxxdxgrbg9xvvi3i627krnk6rb1ja0ypp2diwdkpnmy45wak9lv";
|
sha256 = "1v2hfq0ra9j07yz6pj6m03hrvgys4vmx0gclchv94yywpb2wc7ik";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib dune cmdliner cppo ];
|
buildInputs = [ ocaml findlib dune cmdliner cppo ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user