summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/dune
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-07-03 04:20:00 -0500
committerVincent Laporte <vbgl@users.noreply.github.com>2020-07-05 12:11:03 +0200
commit969e35423c4237941cb3a3c3e40264d258b7599a (patch)
tree6782fe9166518e34b07056e04059b986021fd731 /pkgs/development/tools/ocaml/dune
parentcef53ab37109af81b373104eaee639dfb4260970 (diff)
downloadnixpkgs-969e35423c4237941cb3a3c3e40264d258b7599a.tar
nixpkgs-969e35423c4237941cb3a3c3e40264d258b7599a.tar.gz
nixpkgs-969e35423c4237941cb3a3c3e40264d258b7599a.tar.bz2
nixpkgs-969e35423c4237941cb3a3c3e40264d258b7599a.tar.lz
nixpkgs-969e35423c4237941cb3a3c3e40264d258b7599a.tar.xz
nixpkgs-969e35423c4237941cb3a3c3e40264d258b7599a.tar.zst
nixpkgs-969e35423c4237941cb3a3c3e40264d258b7599a.zip
dune_2: 2.6.0 -> 2.6.1
Changelog: https://github.com/ocaml/dune/releases/tag/2.6.1
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 ac3b7f2a429..001c4246039 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.0";
+  version = "2.6.1";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    sha256 = "1hvgj78xqqqph8dwn1jjkjp8bpppvwzx33lzkvwh5wn5zd4xij8j";
+    sha256 = "184ri2w1n1yvhar1aq3fcxibdxx67728dz6gy5rf33j4hvr5kyay";
   };
 
   buildInputs = [ ocaml findlib ];