From 4182d18564de8b565efcac78656fd8a007420bae Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 22 Apr 2025 07:29:26 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.dune-release:=202.0.0=20=E2=86=92?= =?UTF-8?q?=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tools/ocaml/dune-release/default.nix | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/pkgs/development/tools/ocaml/dune-release/default.nix b/pkgs/development/tools/ocaml/dune-release/default.nix index d402387a7778..7fe150f5a1f6 100644 --- a/pkgs/development/tools/ocaml/dune-release/default.nix +++ b/pkgs/development/tools/ocaml/dune-release/default.nix @@ -3,7 +3,6 @@ buildDunePackage, fetchurl, makeWrapper, - fetchpatch, curly, fmt, bos, @@ -43,24 +42,13 @@ let in buildDunePackage rec { pname = "dune-release"; - version = "2.0.0"; - duneVersion = "3"; - - minimalOCamlVersion = "4.06"; + version = "2.1.0"; src = fetchurl { url = "https://github.com/ocamllabs/${pname}/releases/download/${version}/${pname}-${version}.tbz"; - hash = "sha256-u8TgaoeDaDLenu3s1Km/Kh85WHMtvUy7C7Q+OY588Ss="; + hash = "sha256-bhDf/zb6mnSB53ibb1yb8Yf1TTmVEu8rb8KUnJieCnY="; }; - patches = [ - # Update tests for dune 3.14 https://github.com/tarides/dune-release/pull/486 - (fetchpatch { - url = "https://github.com/tarides/dune-release/commit/fd0e11cb6d9db2acd772f5cadfb94c72bbcf67a8.patch"; - hash = "sha256-At24bduds6UwGKGs8cqOn1qaZKElP9TPMSNPimMd1zQ="; - }) - ]; - nativeBuildInputs = [ makeWrapper ] ++ runtimeInputs; buildInputs = [ curly