summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-07-26 04:20:00 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2023-07-26 16:38:08 +0200
commit0c2b3cc3f4244d81be7d12f4bf8cf6267174c679 (patch)
tree00a79c18e7e476a7a7f692d4d8796d63bab4df11 /pkgs/development/tools/ocaml
parentfb4debd73182c203a69060cb84e63c9e779c3a49 (diff)
downloadnixpkgs-0c2b3cc3f4244d81be7d12f4bf8cf6267174c679.tar
nixpkgs-0c2b3cc3f4244d81be7d12f4bf8cf6267174c679.tar.gz
nixpkgs-0c2b3cc3f4244d81be7d12f4bf8cf6267174c679.tar.bz2
nixpkgs-0c2b3cc3f4244d81be7d12f4bf8cf6267174c679.tar.lz
nixpkgs-0c2b3cc3f4244d81be7d12f4bf8cf6267174c679.tar.xz
nixpkgs-0c2b3cc3f4244d81be7d12f4bf8cf6267174c679.tar.zst
nixpkgs-0c2b3cc3f4244d81be7d12f4bf8cf6267174c679.zip
dune_3: 3.9.1 -> 3.9.2
Diff: https://github.com/ocaml/dune/compare/3.9.1...3.9.2

Changelog: https://github.com/ocaml/dune/raw/3.9.2/CHANGES.md
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 24fd8f39312..c282286524e 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.9.1";
+  version = "3.9.2";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    hash = "sha256-8MPOSfNsczuK7nJhHxB88G3mvEI75yYqqxuz8DwFqHg=";
+    hash = "sha256-TzrL1F09zbu9qJE3L0PwVpQra5btl37FKBupqHUTSt8=";
   };
 
   nativeBuildInputs = [ ocaml findlib ];