summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-22 13:39:03 -0700
committerVincent Laporte <vbgl@users.noreply.github.com>2018-03-31 12:19:28 +0200
commit5cb865e100569a0a7003f96e99aa6deabee9e20a (patch)
treef112ccaaa0d91ab3045015e6b12f6efd2dc58e95 /pkgs/development
parent1fa341fcc415966bdd6a0d737ef8303d141349e0 (diff)
downloadnixlib-5cb865e100569a0a7003f96e99aa6deabee9e20a.tar
nixlib-5cb865e100569a0a7003f96e99aa6deabee9e20a.tar.gz
nixlib-5cb865e100569a0a7003f96e99aa6deabee9e20a.tar.bz2
nixlib-5cb865e100569a0a7003f96e99aa6deabee9e20a.tar.lz
nixlib-5cb865e100569a0a7003f96e99aa6deabee9e20a.tar.xz
nixlib-5cb865e100569a0a7003f96e99aa6deabee9e20a.tar.zst
nixlib-5cb865e100569a0a7003f96e99aa6deabee9e20a.zip
ocamlPackages.js_of_ocaml: 3.0.0 -> 3.1.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
/tmp/tmp.I0xNTw0Lrg /home/ryantm/.cache/nixpkgs
/home/ryantm/.cache/nixpkgs
- 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 3.1.0 with grep in /nix/store/rg3dh55klmmy5gffvv353nbgwjg0mh11-js_of_ocaml-3.1.0
- directory tree listing: https://gist.github.com/4afbe9caa678f6e8124185a1cc5d2a9c
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix b/pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix
index 11df26818c1f..6d269552f628 100644
--- a/pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix
+++ b/pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix
@@ -8,13 +8,13 @@ else
 
 stdenv.mkDerivation rec {
 	name = "js_of_ocaml-compiler-${version}";
-	version = "3.0.0";
+	version = "3.1.0";
 
 	src = fetchFromGitHub {
 		owner = "ocsigen";
 		repo = "js_of_ocaml";
 		rev = version;
-		sha256 = "17w1pqjk521jd4yp34miyif0cxjxchnw59xhj188qfl635ykb4k8";
+		sha256 = "17a0kb39bcx2qq41cq7kjrxghm67l1yahrs47yakgb1avna0pqd9";
 	};
 
 	buildInputs = [ ocaml findlib jbuilder cmdliner cppo ];