From 3f6146e5ca9e7dcd1f83c4140a9298d50b5cdf07 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 5 Apr 2023 06:24:20 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.rdbg:=201.196.12=20=E2=86=92=201.?= =?UTF-8?q?199.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/rdbg/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/ocaml-modules/rdbg/default.nix b/pkgs/development/ocaml-modules/rdbg/default.nix index 9b33678590d5..c7915749bd0f 100644 --- a/pkgs/development/ocaml-modules/rdbg/default.nix +++ b/pkgs/development/ocaml-modules/rdbg/default.nix @@ -2,15 +2,15 @@ buildDunePackage rec { pname = "rdbg"; - version = "1.196.12"; + version = "1.199.0"; - useDune2 = true; + duneVersion = "3"; minimalOCamlVersion = "4.07"; src = fetchurl { - url = "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/pool/rdbg.1.196.12.tgz"; - sha512 = "8e88034b1eda8f1233b4990adc9746782148254c93d8d0c99c246c0d50f306eeb6aa4afcfca8834acb3e268860647f47a24cc6a2d29fb45cac11f098e2ede275"; + url = "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/pool/rdbg.v${version}.tgz"; + hash = "sha512:6076eaa3608a313f8ac71a4f5aa4fcc64aeb0c646d581e5035110d4c80f94de34f2ba26f90a9a1e92a7f788c9e799f1f7b0e3728c853a21983ad732f0ee60352"; }; buildInputs = [