dune: 1.10.0 -> 1.11.0

This commit is contained in:
Mario Rodas 2019-07-19 21:29:24 -05:00 committed by Vincent Laporte
parent 96b925e63d
commit 236d744df7

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "dune";
version = "1.10.0";
version = "1.11.0";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
sha256 = "15fx9rg16g7ig43rg4sdq0wp0br5h1mjxxgv8b15s317vqlfc5pd";
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-build-info-${version}.tbz";
sha256 = "11jl2vavypbgvwblch25q10hsd16myik9b3cd4d64zhxk1fzbzdw";
};
buildInputs = [ ocaml findlib ];