Merge pull request #60965 from r-ryantm/auto-update/dune

dune: 1.9.1 -> 1.9.2
This commit is contained in:
Ryan Mulligan 2019-05-05 17:04:15 -07:00 committed by GitHub
commit 14380f47c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "dune-${version}";
version = "1.9.1";
version = "1.9.2";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
sha256 = "0z4jnj0a5vxjqlwksplhag9b3s3iqdcpcpjjzfazv5jdl5cf58f9";
sha256 = "0l27d13wh3i1450kgxnhr6r977sgby1dqwsfc8cqd9mqic1mr9f2";
};
buildInputs = [ ocaml findlib ];