From e017ed6fb333f1b81384e8b6065f6adba2476ca4 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 19 Sep 2025 06:31:42 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.uucd:=2016.0.0=20=E2=86=92=2017.0?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/uucd/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/development/ocaml-modules/uucd/default.nix b/pkgs/development/ocaml-modules/uucd/default.nix index 405afe47c6cd..19fef9d6bd44 100644 --- a/pkgs/development/ocaml-modules/uucd/default.nix +++ b/pkgs/development/ocaml-modules/uucd/default.nix @@ -12,14 +12,15 @@ let pname = "uucd"; webpage = "https://erratique.ch/software/${pname}"; + version = "17.0.0"; in -stdenv.mkDerivation rec { - name = "ocaml-${pname}-${version}"; - version = "16.0.0"; +stdenv.mkDerivation { + pname = "ocaml${ocaml.version}-${pname}"; + inherit version; src = fetchurl { url = "${webpage}/releases/${pname}-${version}.tbz"; - hash = "sha256-VVGPG6ZjchUqo8xMCJRahqCCF5WheDBpK1stuts+orM="; + hash = "sha256-ifjEBUN+Lqw4W9FeoGX4XBjnxcJL15ukd+aSSDS8KC0="; }; nativeBuildInputs = [