summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-03-08 04:20:00 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2021-03-09 12:34:56 +0100
commita262124577f4e14a83cdb9125752bffb037b019e (patch)
treea21534f142e0fd56875d0d94b8c0ed0c7a069ff3 /pkgs/development/tools/ocaml
parentd075aab0ed97292c68917c31fd3c7c3127e8161a (diff)
downloadnixpkgs-a262124577f4e14a83cdb9125752bffb037b019e.tar
nixpkgs-a262124577f4e14a83cdb9125752bffb037b019e.tar.gz
nixpkgs-a262124577f4e14a83cdb9125752bffb037b019e.tar.bz2
nixpkgs-a262124577f4e14a83cdb9125752bffb037b019e.tar.lz
nixpkgs-a262124577f4e14a83cdb9125752bffb037b019e.tar.xz
nixpkgs-a262124577f4e14a83cdb9125752bffb037b019e.tar.zst
nixpkgs-a262124577f4e14a83cdb9125752bffb037b019e.zip
dune_2: 2.8.2 -> 2.8.4
https://github.com/ocaml/dune/releases/tag/2.8.3
https://github.com/ocaml/dune/releases/tag/2.8.4
Diffstat (limited to 'pkgs/development/tools/ocaml')
-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 f2fe3693ed7..50c1ba40759 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.8.2";
+  version = "2.8.4";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    sha256 = "07mf6pnmv1a6wh4la45zf6cn6qy2vcmz4xgx0djj75kw1wiyii72";
+    sha256 = "1b78f8gk53m68i9igvfpylmvi55h4qqfwymknz1vval4flbj0r2f";
   };
 
   buildInputs = [ ocaml findlib ];