diff --git a/pkgs/development/ocaml-modules/lun/default.nix b/pkgs/development/ocaml-modules/lun/default.nix index 5e1e32178f5e..4bf1820920b4 100644 --- a/pkgs/development/ocaml-modules/lun/default.nix +++ b/pkgs/development/ocaml-modules/lun/default.nix @@ -6,18 +6,18 @@ 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 = { description = "Optics in OCaml"; - homepage = "https://git.robur.coop/robur/lun"; + homepage = "https://github.com/robur-coop/lun"; license = lib.licenses.isc; maintainers = [ ]; }; 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"; }; }