From de031286612961febfb0ef0fd76a4608eff64b0c Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 3 Dec 2024 21:49:16 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.utop:=202.14.0=20=E2=86=92=202.15?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/tools/ocaml/utop/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/ocaml/utop/default.nix b/pkgs/development/tools/ocaml/utop/default.nix index 7c92c1acdd22..29c44bb08bbc 100644 --- a/pkgs/development/tools/ocaml/utop/default.nix +++ b/pkgs/development/tools/ocaml/utop/default.nix @@ -6,14 +6,14 @@ buildDunePackage rec { pname = "utop"; - version = "2.14.0"; + version = "2.15.0"; propagatedBuildInputs = [ findlib lambda-term xdg zed logs ]; minimalOCamlVersion = "4.11"; src = fetchurl { - url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz"; - sha256 = "sha256-D9WpvFtFhSSnFGOh/gzRb5t74TZzrjAxGLchbg0nO6k="; + url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tar.gz"; + hash = "sha256-dlneoKf3pbFuMAJO5oFEUXn4wPh2MOXNrlVCgNrNb6w="; }; nativeBuildInputs = [ makeWrapper cppo ];