From e421acb18ab79f18c04c61d90fc7f23ee8483748 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 23 Apr 2024 04:20:00 +0000 Subject: [PATCH] dune_3: 3.15.1 -> 3.15.2 Diff: https://github.com/ocaml/dune/compare/3.15.1...3.15.2 Changelog: https://github.com/ocaml/dune/raw/3.15.2/CHANGES.md --- pkgs/development/tools/ocaml/dune/3.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/ocaml/dune/3.nix b/pkgs/development/tools/ocaml/dune/3.nix index 7e1d1d630599..6d8c862ac6fa 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.15.1"; + version = "3.15.2"; src = fetchurl { url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; - hash = "sha256-tbeKSgLU3QiUI02/cYv/R3/Nheff3/6OzgC5oM89VHs="; + hash = "sha256-+VmYBULKhZCbPz+Om+ZcK4o3XzpOO9g8etegfy4HeTM="; }; nativeBuildInputs = [ ocaml findlib ];