From 71317efbb568a58cc4168bda174662bb6fe2918f Mon Sep 17 00:00:00 2001 From: Ali Caglayan Date: Thu, 8 Jun 2023 08:18:37 +0200 Subject: dune_3: 3.7.1 -> 3.8.1 (#233595) Signed-off-by: Ali Caglayan Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com> --- 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 74e3ce56ec9..7e1b458ea66 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.7.1"; + version = "3.8.1"; src = fetchurl { url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; - sha256 = "sha256-rfw48UwBiKKtgNYUUdAR0nq4g5txdJLXrUL3y5EcVMM="; + sha256 = "sha256-lBOl1uudeWigRj3rudnxvnMCU0WAm4J5eNDBTbds+RQ="; }; nativeBuildInputs = [ ocaml findlib ]; -- cgit 1.4.1