Merge pull request #77199 from marsam/update-dune

dune_2: 2.1.0 -> 2.1.1
This commit is contained in:
Mario Rodas 2020-01-07 21:41:00 -05:00 committed by GitHub
commit 9e323fbc2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];