dune_2: 2.5.0 -> 2.5.1

Changelog: https://github.com/ocaml/dune/releases/tag/2.5.1
This commit is contained in:
Mario Rodas 2020-04-17 15:59:00 -05:00 committed by Vincent Laporte
parent f52443efae
commit b3c3a0bd18

View File

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