summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-09 21:40:00 -0500
committerVincent Laporte <vbgl@users.noreply.github.com>2020-04-10 09:00:08 +0200
commit7ac4b79e822665128639342d3c39919659d59251 (patch)
treefddd0ec68f1f829ce1d32327e3023446675672e7 /pkgs
parent375ee0acfdbf03d0632c8262723258bba422773a (diff)
downloadnixpkgs-7ac4b79e822665128639342d3c39919659d59251.tar
nixpkgs-7ac4b79e822665128639342d3c39919659d59251.tar.gz
nixpkgs-7ac4b79e822665128639342d3c39919659d59251.tar.bz2
nixpkgs-7ac4b79e822665128639342d3c39919659d59251.tar.lz
nixpkgs-7ac4b79e822665128639342d3c39919659d59251.tar.xz
nixpkgs-7ac4b79e822665128639342d3c39919659d59251.tar.zst
nixpkgs-7ac4b79e822665128639342d3c39919659d59251.zip
dune_2: 2.4.0 -> 2.5.0
Changelog: https://github.com/ocaml/dune/releases/tag/2.5.0
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 47e71c41568..510dd183f00 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.4.0";
+  version = "2.5.0";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    sha256 = "096wp6aawgh1ffhbnjfxgakwqd02kfkz2i6m6cc040w1g554iw98";
+    sha256 = "1nnpg0fvmp4vf5mk203xk83pkkm953pgip3yhs1x2g8pkcdndhcw";
   };
 
   buildInputs = [ ocaml findlib ];