From e94a20f277f289fb40d18e0de169f63f5ba77876 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 19 Nov 2025 20:13:20 +0000 Subject: [PATCH 1/3] ocamlPackages.lun: 0.0.1 -> 0.0.2 --- pkgs/development/ocaml-modules/lun/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/lun/default.nix b/pkgs/development/ocaml-modules/lun/default.nix index 5e1e32178f5e..22c8fc3d864c 100644 --- a/pkgs/development/ocaml-modules/lun/default.nix +++ b/pkgs/development/ocaml-modules/lun/default.nix @@ -6,13 +6,13 @@ buildDunePackage rec { pname = "lun"; - version = "0.0.1"; + version = "0.0.2"; minimalOCamlVersion = "4.12.0"; src = fetchurl { url = "https://github.com/robur-coop/lun/releases/download/v${version}/lun-${version}.tbz"; - hash = "sha256-zKi63/g7Rw/c+xhAEW+Oim8suGzeL0TtKM8my/aSp5M="; + hash = "sha256-1oqjTXY+/jJT1uQOV6iiK9qV9DAmERYsL2BtentmB8I="; }; meta = { From f53b4bd9ff1a4057675533eca35c29c4bdde18e8 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sat, 7 Feb 2026 18:12:27 +0100 Subject: [PATCH 2/3] ocamlPackages.lun: update homepage --- pkgs/development/ocaml-modules/lun/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/lun/default.nix b/pkgs/development/ocaml-modules/lun/default.nix index 22c8fc3d864c..4bf1820920b4 100644 --- a/pkgs/development/ocaml-modules/lun/default.nix +++ b/pkgs/development/ocaml-modules/lun/default.nix @@ -17,7 +17,7 @@ buildDunePackage rec { meta = { description = "Optics in OCaml"; - homepage = "https://git.robur.coop/robur/lun"; + homepage = "https://github.com/robur-coop/lun"; license = lib.licenses.isc; maintainers = [ ]; }; From cff58264ea8d61f4c2c3438fff256fb431246ea8 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sat, 7 Feb 2026 18:27:20 +0100 Subject: [PATCH 3/3] ocamlPackages.ppx_lun: unbreak --- pkgs/development/ocaml-modules/lun/ppx.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/lun/ppx.nix b/pkgs/development/ocaml-modules/lun/ppx.nix index c54c07d8a63b..8c701e7042b9 100644 --- a/pkgs/development/ocaml-modules/lun/ppx.nix +++ b/pkgs/development/ocaml-modules/lun/ppx.nix @@ -22,6 +22,5 @@ buildDunePackage { meta = lun.meta // { description = "Optics with lun package and PPX"; license = lib.licenses.mit; - broken = lib.versionAtLeast ppxlib.version "0.36"; }; }