dune: 1.5.1 -> 1.6.2

This commit is contained in:
Théo Zimmermann 2018-12-13 14:48:16 +01:00 committed by Vincent Laporte
parent ac4eb7ef98
commit 958a6c6dd3

View File

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