lux-cli: 0.17.0 -> 0.17.1 (#443293)

Changed files
+9 -9
pkgs
by-name
lu
lux-cli
development
lua-modules
+6 -6
pkgs/by-name/lu/lux-cli/package.nix
···
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
···
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
+3 -3
pkgs/development/lua-modules/lux-lua.nix
···
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
];