ocamlPackages.uunf: 10.0.0 -> 11.0.0

This commit is contained in:
Vincent Laporte 2018-07-30 06:39:05 +00:00
parent 408bd2b80e
commit 0364a581f2
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -8,11 +8,11 @@ assert stdenv.lib.versionAtLeast ocaml.version "4.01";
stdenv.mkDerivation rec {
name = "ocaml-${pname}-${version}";
version = "10.0.0";
version = "11.0.0";
src = fetchurl {
url = "${webpage}/releases/${pname}-${version}.tbz";
sha256 = "0c5lwica5668ybsffllk6x4p921nw4pljimgqikhf17k5hvyjsbr";
sha256 = "1j0v3dg19sq13fmbx4kzy3n1hjiv7hkm1ysxyrdva430jvqw23df";
};
buildInputs = [ ocaml findlib ocamlbuild topkg uutf cmdliner ];