Loading pkgs/by-name/lu/lux-cli/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ rustPlatform, versionCheckHook, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "lux-cli"; version = "0.7.4"; Loading @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { src = fetchFromGitHub { owner = "nvim-neorocks"; repo = "lux"; tag = "v0.7.4"; tag = "v${finalAttrs.version}"; hash = "sha256-m8GSs2gBw+WzDOBciOQHi7n4923XCd7z1TbfTnfJzUA="; }; Loading @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec { nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgram = "${placeholder "out"}/bin/${meta.mainProgram}"; versionCheckProgram = "${placeholder "out"}/bin/${finalAttrs.meta.mainProgram}"; versionCheckProgramArg = "--version"; doInstallCheck = true; Loading Loading @@ -78,7 +78,7 @@ rustPlatform.buildRustPackage rec { with first-class support for Nix and Neovim. ''; homepage = "https://nvim-neorocks.github.io/"; changelog = "https://github.com/nvim-neorocks/lux/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/nvim-neorocks/lux/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.lgpl3Plus; maintainers = with lib.maintainers; [ mrcjkb Loading @@ -86,4 +86,4 @@ rustPlatform.buildRustPackage rec { platforms = lib.platforms.all; mainProgram = "lx"; }; } }) Loading
pkgs/by-name/lu/lux-cli/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ rustPlatform, versionCheckHook, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "lux-cli"; version = "0.7.4"; Loading @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { src = fetchFromGitHub { owner = "nvim-neorocks"; repo = "lux"; tag = "v0.7.4"; tag = "v${finalAttrs.version}"; hash = "sha256-m8GSs2gBw+WzDOBciOQHi7n4923XCd7z1TbfTnfJzUA="; }; Loading @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec { nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgram = "${placeholder "out"}/bin/${meta.mainProgram}"; versionCheckProgram = "${placeholder "out"}/bin/${finalAttrs.meta.mainProgram}"; versionCheckProgramArg = "--version"; doInstallCheck = true; Loading Loading @@ -78,7 +78,7 @@ rustPlatform.buildRustPackage rec { with first-class support for Nix and Neovim. ''; homepage = "https://nvim-neorocks.github.io/"; changelog = "https://github.com/nvim-neorocks/lux/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/nvim-neorocks/lux/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.lgpl3Plus; maintainers = with lib.maintainers; [ mrcjkb Loading @@ -86,4 +86,4 @@ rustPlatform.buildRustPackage rec { platforms = lib.platforms.all; mainProgram = "lx"; }; } })