about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-18 09:10:42 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-18 18:10:42 +0200
commitc9a863120183772ecb0eb2da7f7b76d09b196669 (patch)
tree8146e363c57a9bcca187d7fe4e8e96f85410f3a2 /pkgs
parentdcd6977b11af3fcae238a9f14b7f8eb62bd348b1 (diff)
downloadnixlib-c9a863120183772ecb0eb2da7f7b76d09b196669.tar
nixlib-c9a863120183772ecb0eb2da7f7b76d09b196669.tar.gz
nixlib-c9a863120183772ecb0eb2da7f7b76d09b196669.tar.bz2
nixlib-c9a863120183772ecb0eb2da7f7b76d09b196669.tar.lz
nixlib-c9a863120183772ecb0eb2da7f7b76d09b196669.tar.xz
nixlib-c9a863120183772ecb0eb2da7f7b76d09b196669.tar.zst
nixlib-c9a863120183772ecb0eb2da7f7b76d09b196669.zip
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
Diffstat (limited to 'pkgs')
-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 cd242b5bd377..94be7132b796 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.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 ];