summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-08-09 03:49:59 -0500
committerVincent Laporte <vbgl@users.noreply.github.com>2019-08-09 11:45:38 +0000
commit246c223e877989c5763ce905bfa42b3f32fe2c18 (patch)
tree40ffadac4cb25179711db8bebe799c0ebfbc9798 /pkgs/development/tools/ocaml
parentbae6ce3b6c983567a557d5c91adce7c3ce95924a (diff)
downloadnixpkgs-246c223e877989c5763ce905bfa42b3f32fe2c18.tar
nixpkgs-246c223e877989c5763ce905bfa42b3f32fe2c18.tar.gz
nixpkgs-246c223e877989c5763ce905bfa42b3f32fe2c18.tar.bz2
nixpkgs-246c223e877989c5763ce905bfa42b3f32fe2c18.tar.lz
nixpkgs-246c223e877989c5763ce905bfa42b3f32fe2c18.tar.xz
nixpkgs-246c223e877989c5763ce905bfa42b3f32fe2c18.tar.zst
nixpkgs-246c223e877989c5763ce905bfa42b3f32fe2c18.zip
dune: 1.11.0 -> 1.11.1
Diffstat (limited to 'pkgs/development/tools/ocaml')
-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 61637027386..570edd8223b 100644
--- a/pkgs/development/tools/ocaml/dune/default.nix
+++ b/pkgs/development/tools/ocaml/dune/default.nix
@@ -6,10 +6,10 @@ else
 
 stdenv.mkDerivation rec {
   pname = "dune";
-  version = "1.11.0";
+  version = "1.11.1";
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-build-info-${version}.tbz";
-    sha256 = "11jl2vavypbgvwblch25q10hsd16myik9b3cd4d64zhxk1fzbzdw";
+    sha256 = "0hizfaidl1bxl614i65yvyfhsjbp93y7y9qy1a8zw448w1js5bsp";
   };
 
   buildInputs = [ ocaml findlib ];