summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-16 07:00:00 -0500
committerVincent Laporte <vbgl@users.noreply.github.com>2020-01-16 14:20:19 +0100
commit98c22e50cd6ebdc919d0ab08226351c9ead41539 (patch)
treebc9a5553d2d30ef4c6838653a06ef1306b730bf1 /pkgs
parenta2f1215b2b1cd71631fee17e187b9a81ca66bf3a (diff)
downloadnixpkgs-98c22e50cd6ebdc919d0ab08226351c9ead41539.tar
nixpkgs-98c22e50cd6ebdc919d0ab08226351c9ead41539.tar.gz
nixpkgs-98c22e50cd6ebdc919d0ab08226351c9ead41539.tar.bz2
nixpkgs-98c22e50cd6ebdc919d0ab08226351c9ead41539.tar.lz
nixpkgs-98c22e50cd6ebdc919d0ab08226351c9ead41539.tar.xz
nixpkgs-98c22e50cd6ebdc919d0ab08226351c9ead41539.tar.zst
nixpkgs-98c22e50cd6ebdc919d0ab08226351c9ead41539.zip
dune_2: 2.1.2 -> 2.1.3
Changelog: https://github.com/ocaml/dune/releases/tag/2.1.3
Diffstat (limited to 'pkgs')
-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 ed193b9e6cd..8e409ac8ca7 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.2";
+  version = "2.1.3";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    sha256 = "1bszrjxwm2pj0ga0s9krp75xdp2yk1qi6rw0315xq57cngmphclw";
+    sha256 = "1cxf7g2kld7jmk6m47fdvmfdyqy1di517qiph55jrq7sm5akp3hy";
   };
 
   buildInputs = [ ocaml findlib ];