diff --git a/pkgs/by-name/lu/lux-cli/package.nix b/pkgs/by-name/lu/lux-cli/package.nix index c8114afc03cb..dc28d0b6ac95 100644 --- a/pkgs/by-name/lu/lux-cli/package.nix +++ b/pkgs/by-name/lu/lux-cli/package.nix @@ -18,18 +18,18 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "lux-cli"; - version = "0.17.0"; + version = "0.17.1"; src = fetchFromGitHub { - owner = "nvim-neorocks"; + owner = "lumen-oss"; repo = "lux"; tag = "v${finalAttrs.version}"; - hash = "sha256-jVKCjAYeWjy2jDOHEb6vu4ZNTXrSETgUt6NIE++trPE="; + hash = "sha256-ZIXPUd6ZGXFdqbuQvZR6F9UqpTxoXXIao55LGHhewLg="; }; buildAndTestSubdir = "lux-cli"; - cargoHash = "sha256-Kv8wYxPGainwayru9pWBplg2PNcC86ZTAmDp9M4G1bQ="; + cargoHash = "sha256-8rYjZyssjfQpKPZ4sSFVLOz3tBarY4F/q5WyhKPVtZk="; nativeInstallCheckInputs = [ versionCheckHook @@ -84,8 +84,8 @@ rustPlatform.buildRustPackage (finalAttrs: { compatible with luarocks.org and the Rockspec specification, with first-class support for Nix and Neovim. ''; - homepage = "https://nvim-neorocks.github.io/"; - changelog = "https://github.com/nvim-neorocks/lux/blob/${finalAttrs.src.tag}/CHANGELOG.md"; + homepage = "https://lux.lumen-labs.org/"; + changelog = "https://github.com/lumen-oss/lux/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.lgpl3Plus; maintainers = with lib.maintainers; [ mrcjkb diff --git a/pkgs/development/lua-modules/lux-lua.nix b/pkgs/development/lua-modules/lux-lua.nix index 1759e6672597..b6ca061fce94 100644 --- a/pkgs/development/lua-modules/lux-lua.nix +++ b/pkgs/development/lua-modules/lux-lua.nix @@ -81,9 +81,9 @@ rustPlatform.buildRustPackage rec { meta = { description = "Lua API for the Lux package manager"; - homepage = "https://nvim-neorocks.github.io/"; - changelog = "https://github.com/nvim-neorocks/lux/blob/${src.tag}/CHANGELOG.md"; - license = lib.licenses.mit; + homepage = "https://lux.lumen-labs.org/"; + changelog = "https://github.com/lumen-oss/lux/blob/${src.tag}/CHANGELOG.md"; + license = lib.licenses.lgpl3Plus; maintainers = with lib.maintainers; [ mrcjkb ];