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-02-15 08:56:00 -0500
committerVincent Laporte <vbgl@users.noreply.github.com>2020-02-15 20:03:14 +0100
commitbfb7ebf5dfded338aef31fa9640c5ebc1050932e (patch)
tree7bfb9e6ccb0c7ca6fb7f7d5232b112e86d65ff24 /pkgs/development/tools/ocaml/dune
parent53fd2da110f0a1c8f179fa28a3c930de9537fca9 (diff)
downloadnixpkgs-bfb7ebf5dfded338aef31fa9640c5ebc1050932e.tar
nixpkgs-bfb7ebf5dfded338aef31fa9640c5ebc1050932e.tar.gz
nixpkgs-bfb7ebf5dfded338aef31fa9640c5ebc1050932e.tar.bz2
nixpkgs-bfb7ebf5dfded338aef31fa9640c5ebc1050932e.tar.lz
nixpkgs-bfb7ebf5dfded338aef31fa9640c5ebc1050932e.tar.xz
nixpkgs-bfb7ebf5dfded338aef31fa9640c5ebc1050932e.tar.zst
nixpkgs-bfb7ebf5dfded338aef31fa9640c5ebc1050932e.zip
dune_2: 2.2.0 -> 2.3.0
Changelog: https://github.com/ocaml/dune/releases/tag/2.3.0
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 dc6c27318b1..860602cb684 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.2.0";
+  version = "2.3.0";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    sha256 = "1x4bipcyqhgagzvd5iq6p498a4qwvj622j240grsch8nq9qbjpmb";
+    sha256 = "1zswdp2gran8djk718q5g3ldbvw0qp34j9jj1n7m1xp870g3590l";
   };
 
   buildInputs = [ ocaml findlib ];