about summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorThéo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-12-13 14:48:16 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2018-12-13 17:39:28 +0000
commit958a6c6dd39b0d6628e1408e798a8f1308f2f3e1 (patch)
tree506eb68358f90b6abb3c65188d0ff313d1aeaf47 /pkgs/development/tools/ocaml
parentac4eb7ef9893ae39df0d18c93f029d2b55162b14 (diff)
downloadnixlib-958a6c6dd39b0d6628e1408e798a8f1308f2f3e1.tar
nixlib-958a6c6dd39b0d6628e1408e798a8f1308f2f3e1.tar.gz
nixlib-958a6c6dd39b0d6628e1408e798a8f1308f2f3e1.tar.bz2
nixlib-958a6c6dd39b0d6628e1408e798a8f1308f2f3e1.tar.lz
nixlib-958a6c6dd39b0d6628e1408e798a8f1308f2f3e1.tar.xz
nixlib-958a6c6dd39b0d6628e1408e798a8f1308f2f3e1.tar.zst
nixlib-958a6c6dd39b0d6628e1408e798a8f1308f2f3e1.zip
dune: 1.5.1 -> 1.6.2
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/dune/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/dune/default.nix b/pkgs/development/tools/ocaml/dune/default.nix
index 62493ee83a6f..85fa76bb28e4 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.5.1";
+  version = "1.6.2";
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    sha256 = "1dbf7wwhr7b41g3p24qb9v5r1vvgrk6i9w8f7y7k5k527xy9jk5w";
+    sha256 = "1k675mfywmsj4v4z2f5a4vqinl1jbzzb7v5k6rzyfgvxzd7gil40";
   };
 
   buildInputs = with ocamlPackages; [ ocaml findlib ];