dune: 2.3.1 -> 2.4.0

This commit is contained in:
Antonio Nuno Monteiro
2020-03-11 17:14:52 +01:00
committed by Vincent Laporte
parent 5ac085c3cc
commit c9fc7a2a9c
+2 -2
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 ];