From 9af5a9a595e8942a13a02152d0ffba1e042f2fef Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 11 Mar 2019 13:36:13 +0000 Subject: [PATCH] dune: 1.6.2 -> 1.8.2 --- pkgs/development/tools/ocaml/dune/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/ocaml/dune/default.nix b/pkgs/development/tools/ocaml/dune/default.nix index 85fa76bb28e..be7a488e96e 100644 --- a/pkgs/development/tools/ocaml/dune/default.nix +++ b/pkgs/development/tools/ocaml/dune/default.nix @@ -2,10 +2,10 @@ stdenv.mkDerivation rec { name = "dune-${version}"; - version = "1.6.2"; + version = "1.8.2"; src = fetchurl { url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; - sha256 = "1k675mfywmsj4v4z2f5a4vqinl1jbzzb7v5k6rzyfgvxzd7gil40"; + sha256 = "1lbgnmzdgb3cp2k2wfhhm5zwlm6dbipab49lh308y2qmh1q6yk6a"; }; buildInputs = with ocamlPackages; [ ocaml findlib ];