summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-04-19 14:14:47 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2019-04-28 17:42:36 +0200
commit2406c06ae0b3717c7b95c480900647bda4c42fde (patch)
tree986736d235f155d19f96e2a8dc3c9b236722d112 /pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix
parent61b53f40711efb8d0f76b8b69a3a9385e33094ec (diff)
downloadnixpkgs-2406c06ae0b3717c7b95c480900647bda4c42fde.tar
nixpkgs-2406c06ae0b3717c7b95c480900647bda4c42fde.tar.gz
nixpkgs-2406c06ae0b3717c7b95c480900647bda4c42fde.tar.bz2
nixpkgs-2406c06ae0b3717c7b95c480900647bda4c42fde.tar.lz
nixpkgs-2406c06ae0b3717c7b95c480900647bda4c42fde.tar.xz
nixpkgs-2406c06ae0b3717c7b95c480900647bda4c42fde.tar.zst
nixpkgs-2406c06ae0b3717c7b95c480900647bda4c42fde.zip
ocamlPackages.tyxml: 4.2.0 -> 4.3.0
ocamlPackages.eliom: 6.4.0 -> 6.7.0
ocamlPackages.js_of_ocaml: 3.2.1 -> 3.3.0
Diffstat (limited to 'pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix')
-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 94be7132b79..c5a345f505b 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.1";
+	version = "3.3.0";
 
 	src = fetchFromGitHub {
 		owner = "ocsigen";
 		repo = "js_of_ocaml";
 		rev = version;
-		sha256 = "1v2hfq0ra9j07yz6pj6m03hrvgys4vmx0gclchv94yywpb2wc7ik";
+		sha256 = "0bg8x2s3f24c8ia2g293ikd5yg0yjw3hkdgdql59c8k2amqin8f8";
 	};
 
 	buildInputs = [ ocaml findlib dune cmdliner cppo ];