dune: 2.3.1 -> 2.4.0

This commit is contained in:
Antonio Nuno Monteiro 2020-03-08 11:00:52 -07:00 committed by Vincent Laporte
parent 5ac085c3cc
commit c9fc7a2a9c
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ else
stdenv.mkDerivation rec {
pname = "dune";
version = "2.3.1";
version = "2.4.0";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
sha256 = "1jzm29z58l34kpqll9jcz5dkkhh36lncba1yb32ghknkvyfdvcxj";
sha256 = "096wp6aawgh1ffhbnjfxgakwqd02kfkz2i6m6cc040w1g554iw98";
};
buildInputs = [ ocaml findlib ];