Merge branch 'master' into rename-z77z-into-maggesi

This commit is contained in:
Marco Maggesi
2019-10-13 18:06:23 +02:00
committed by GitHub
852 changed files with 29211 additions and 15602 deletions
@@ -6,10 +6,10 @@ else
stdenv.mkDerivation rec {
pname = "dune";
version = "1.11.3";
version = "1.11.4";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-build-info-${version}.tbz";
sha256 = "1lmvsis6dk8mccbwpypz9qdxr134gjhdwshxw6q12mi4x3kn6fn8";
sha256 = "1rkc8lqw30ifjaz8d81la6i8j05ffd0whpxqsbg6dci16945zjvp";
};
buildInputs = [ ocaml findlib ];