about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-03-11 13:36:13 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2019-03-18 04:43:01 +0000
commit9af5a9a595e8942a13a02152d0ffba1e042f2fef (patch)
tree4590cf0ab27db154a5c7318ecb12612120fd8692
parentff43f0a7b51a21b06086cfc91de1c81512cfa0e1 (diff)
downloadnixlib-9af5a9a595e8942a13a02152d0ffba1e042f2fef.tar
nixlib-9af5a9a595e8942a13a02152d0ffba1e042f2fef.tar.gz
nixlib-9af5a9a595e8942a13a02152d0ffba1e042f2fef.tar.bz2
nixlib-9af5a9a595e8942a13a02152d0ffba1e042f2fef.tar.lz
nixlib-9af5a9a595e8942a13a02152d0ffba1e042f2fef.tar.xz
nixlib-9af5a9a595e8942a13a02152d0ffba1e042f2fef.tar.zst
nixlib-9af5a9a595e8942a13a02152d0ffba1e042f2fef.zip
dune: 1.6.2 -> 1.8.2
-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 85fa76bb28e4..be7a488e96e8 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 ];