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-07-01 04:20:00 -0500
committerVincent Laporte <vbgl@users.noreply.github.com>2021-07-02 00:42:09 +0200
commit246f3da3993dc488b589786a76ac7c116a3fdf2f (patch)
tree0cdf3321fb3994e6cb41303c96427bf602ae04ba /pkgs/development/tools/ocaml
parent980ebd8f1effccb1dd63981dcd8bac132f27b203 (diff)
downloadnixpkgs-246f3da3993dc488b589786a76ac7c116a3fdf2f.tar
nixpkgs-246f3da3993dc488b589786a76ac7c116a3fdf2f.tar.gz
nixpkgs-246f3da3993dc488b589786a76ac7c116a3fdf2f.tar.bz2
nixpkgs-246f3da3993dc488b589786a76ac7c116a3fdf2f.tar.lz
nixpkgs-246f3da3993dc488b589786a76ac7c116a3fdf2f.tar.xz
nixpkgs-246f3da3993dc488b589786a76ac7c116a3fdf2f.tar.zst
nixpkgs-246f3da3993dc488b589786a76ac7c116a3fdf2f.zip
dune_2: 2.8.5 -> 2.9.0
https://github.com/ocaml/dune/releases/tag/2.9.0
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 2acc7e5bdf3..3945389e8cd 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.5";
+  version = "2.9.0";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    sha256 = "0a9n8ilsi3kyx5xqvk5s7iikk6y3pkpm5mvsn5za5ivlzf1i40br";
+    sha256 = "07m476kgagpd6kzm3jq30yfxqspr2hychah0xfqs14z82zxpq8dv";
   };
 
   buildInputs = [ ocaml findlib ];