dune: 1.6.2 -> 1.8.2

This commit is contained in:
Vincent Laporte 2019-03-11 13:36:13 +00:00
parent ff43f0a7b5
commit 9af5a9a595
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "dune-${version}";
version = "1.6.2";
version = "1.8.2";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
sha256 = "1k675mfywmsj4v4z2f5a4vqinl1jbzzb7v5k6rzyfgvxzd7gil40";
sha256 = "1lbgnmzdgb3cp2k2wfhhm5zwlm6dbipab49lh308y2qmh1q6yk6a";
};
buildInputs = with ocamlPackages; [ ocaml findlib ];