ocamlPackages.javalib: 2.3.3 -> 2.3.4

This commit is contained in:
Vincent Laporte 2017-10-15 08:31:37 +00:00
parent cceae9a56e
commit 4eb6e845f9
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -10,11 +10,11 @@ let
in
stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-${pname}-${version}";
version = "2.3.3";
version = "2.3.4";
src = fetchurl {
url = https://gforge.inria.fr/frs/download.php/file/36307/javalib-2.3.3.tar.bz2;
sha256 = "0427n3vfb2h51gy2p4878gdwlp0mb03asn3g9kp9v4wfxmksjj11";
url = "https://gforge.inria.fr/frs/download.php/file/37153/javalib-2.3.4.tar.bz2";
sha256 = "081ga3qzx0lkz0wy92qyj6k75k3s79518bvqii2q778hh5wif36f";
};
buildInputs = [ which ocaml findlib camlp4 ];