summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/dune
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-08-01 03:14:18 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-08-01 03:14:18 +0000
commitd2ad65c2d76f80e2a987ab0e8290600f042932e8 (patch)
tree50e5e25e00805973b0317c110a23a313fe0b7c4f /pkgs/development/tools/ocaml/dune
parentdd049a47d883ce0466b54c06f13dc08b981b63d5 (diff)
downloadnixpkgs-d2ad65c2d76f80e2a987ab0e8290600f042932e8.tar
nixpkgs-d2ad65c2d76f80e2a987ab0e8290600f042932e8.tar.gz
nixpkgs-d2ad65c2d76f80e2a987ab0e8290600f042932e8.tar.bz2
nixpkgs-d2ad65c2d76f80e2a987ab0e8290600f042932e8.tar.lz
nixpkgs-d2ad65c2d76f80e2a987ab0e8290600f042932e8.tar.xz
nixpkgs-d2ad65c2d76f80e2a987ab0e8290600f042932e8.tar.zst
nixpkgs-d2ad65c2d76f80e2a987ab0e8290600f042932e8.zip
dune_2: 2.6.1 -> 2.6.2
Diffstat (limited to 'pkgs/development/tools/ocaml/dune')
-rw-r--r--pkgs/development/tools/ocaml/dune/2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/dune/2.nix b/pkgs/development/tools/ocaml/dune/2.nix
index 001c4246039..d785302ebb5 100644
--- a/pkgs/development/tools/ocaml/dune/2.nix
+++ b/pkgs/development/tools/ocaml/dune/2.nix
@@ -6,11 +6,11 @@ else
 
 stdenv.mkDerivation rec {
   pname = "dune";
-  version = "2.6.1";
+  version = "2.6.2";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    sha256 = "184ri2w1n1yvhar1aq3fcxibdxx67728dz6gy5rf33j4hvr5kyay";
+    sha256 = "1sc8ax198z42vhc3l6i04kknm9g44whifjivs19qgi3sybrw2vjg";
   };
 
   buildInputs = [ ocaml findlib ];