Loading pkgs/by-name/lu/lux-cli/package.nix +6 −6 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading pkgs/development/lua-modules/lux-lua.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/by-name/lu/lux-cli/package.nix +6 −6 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading
pkgs/development/lua-modules/lux-lua.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading