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-01-09 04:20:00 -0500
committerVincent Laporte <vbgl@users.noreply.github.com>2020-01-10 12:54:15 +0100
commit7994673d56800af4f5fae2394589de7e4d8a3693 (patch)
treeb81cee7dbf2e8eb7118924471ea5b71026c35390 /pkgs/development/tools/ocaml/dune
parentfe414f371fec215e8a2f0a674883bd68e6d5d371 (diff)
downloadnixpkgs-7994673d56800af4f5fae2394589de7e4d8a3693.tar
nixpkgs-7994673d56800af4f5fae2394589de7e4d8a3693.tar.gz
nixpkgs-7994673d56800af4f5fae2394589de7e4d8a3693.tar.bz2
nixpkgs-7994673d56800af4f5fae2394589de7e4d8a3693.tar.lz
nixpkgs-7994673d56800af4f5fae2394589de7e4d8a3693.tar.xz
nixpkgs-7994673d56800af4f5fae2394589de7e4d8a3693.tar.zst
nixpkgs-7994673d56800af4f5fae2394589de7e4d8a3693.zip
dune_2: 2.1.1 -> 2.1.2
Changelog: https://github.com/ocaml/dune/releases/tag/2.1.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 adb6947b5c9..ed193b9e6cd 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.1.1";
+  version = "2.1.2";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    sha256 = "0z5anyyfiydpk4l45p64k2ravypawnlllixq0h5ir450dw0ifi5i";
+    sha256 = "1bszrjxwm2pj0ga0s9krp75xdp2yk1qi6rw0315xq57cngmphclw";
   };
 
   buildInputs = [ ocaml findlib ];