dune_2: 2.1.0 -> 2.1.1

This commit is contained in:
Mario Rodas 2020-01-07 04:20:00 -05:00
parent 7de7b51741
commit d465a40fb2
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

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