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-04-17 15:59:00 -0500
committerVincent Laporte <vbgl@users.noreply.github.com>2020-04-20 09:08:36 +0200
commitb3c3a0bd1835a3907bf23f5f7bd7c9d18ef163ec (patch)
tree16ec4c221b89e86af92889cf42dd22a277a4e137 /pkgs/development/tools/ocaml/dune
parentf52443efaef6b32500e75d9a275152a3797fb0eb (diff)
downloadnixpkgs-b3c3a0bd1835a3907bf23f5f7bd7c9d18ef163ec.tar
nixpkgs-b3c3a0bd1835a3907bf23f5f7bd7c9d18ef163ec.tar.gz
nixpkgs-b3c3a0bd1835a3907bf23f5f7bd7c9d18ef163ec.tar.bz2
nixpkgs-b3c3a0bd1835a3907bf23f5f7bd7c9d18ef163ec.tar.lz
nixpkgs-b3c3a0bd1835a3907bf23f5f7bd7c9d18ef163ec.tar.xz
nixpkgs-b3c3a0bd1835a3907bf23f5f7bd7c9d18ef163ec.tar.zst
nixpkgs-b3c3a0bd1835a3907bf23f5f7bd7c9d18ef163ec.zip
dune_2: 2.5.0 -> 2.5.1
Changelog: https://github.com/ocaml/dune/releases/tag/2.5.1
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 510dd183f00..37f27768670 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.5.0";
+  version = "2.5.1";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    sha256 = "1nnpg0fvmp4vf5mk203xk83pkkm953pgip3yhs1x2g8pkcdndhcw";
+    sha256 = "0az5ih18wadsp3ljagvws1i7vf0vpg24h75ariy0v3i0gyld6xwg";
   };
 
   buildInputs = [ ocaml findlib ];