dune_2: 2.4.0 -> 2.5.0

Changelog: https://github.com/ocaml/dune/releases/tag/2.5.0
This commit is contained in:
Mario Rodas 2020-04-09 21:40:00 -05:00 committed by Vincent Laporte
parent 375ee0acfd
commit 7ac4b79e82

View File

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