summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorAli Caglayan <alizter@gmail.com>2023-09-21 13:50:43 +0100
committerAli Caglayan <alizter@gmail.com>2023-09-22 17:50:58 +0100
commitf2f45aa9373e1416fca78a1c878818cb9cbb5f6c (patch)
treea9a1dd2442b6985a21db3f6dbe0cd498da41d70c /pkgs/development/tools/ocaml
parent2c9683445afb802583a057f23aa01ecd45d27059 (diff)
downloadnixpkgs-f2f45aa9373e1416fca78a1c878818cb9cbb5f6c.tar
nixpkgs-f2f45aa9373e1416fca78a1c878818cb9cbb5f6c.tar.gz
nixpkgs-f2f45aa9373e1416fca78a1c878818cb9cbb5f6c.tar.bz2
nixpkgs-f2f45aa9373e1416fca78a1c878818cb9cbb5f6c.tar.lz
nixpkgs-f2f45aa9373e1416fca78a1c878818cb9cbb5f6c.tar.xz
nixpkgs-f2f45aa9373e1416fca78a1c878818cb9cbb5f6c.tar.zst
nixpkgs-f2f45aa9373e1416fca78a1c878818cb9cbb5f6c.zip
dune_3: 3.10.0 -> 3.11.0
Signed-off-by: Ali Caglayan <alizter@gmail.com>
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/dune/3.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/dune/3.nix b/pkgs/development/tools/ocaml/dune/3.nix
index 73795811d51..d49f8878b7d 100644
--- a/pkgs/development/tools/ocaml/dune/3.nix
+++ b/pkgs/development/tools/ocaml/dune/3.nix
@@ -6,11 +6,11 @@ else
 
 stdenv.mkDerivation rec {
   pname = "dune";
-  version = "3.10.0";
+  version = "3.11.0";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    hash = "sha256-n/AzhKmKjfeYUsxnTwtHOLqK7BcCm24u61FPiV5xA1U=";
+    hash = "sha256-G5x9fhNKjTqdcVYT8CkQ7PMRZ98boibt6SGl+nsNZRM=";
   };
 
   nativeBuildInputs = [ ocaml findlib ];