lux-cli: 0.13.3 -> 0.15.1

This commit is contained in:
Marc Jakobi 2025-08-16 02:46:10 +02:00
parent 8d1eeb5c66
commit cb858c14f5
No known key found for this signature in database
GPG Key ID: A62702B226DB0A22

View File

@ -6,7 +6,7 @@
lib, lib,
libgit2, libgit2,
libgpg-error, libgpg-error,
luajit, lua5_4,
makeWrapper, makeWrapper,
nix, nix,
openssl, openssl,
@ -17,18 +17,18 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "lux-cli"; pname = "lux-cli";
version = "0.13.3"; version = "0.15.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-neorocks"; owner = "nvim-neorocks";
repo = "lux"; repo = "lux";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-RmdxqpmqOs/1a9KmakWAHJUkiQ6I2t4VROiSocRnx84="; hash = "sha256-1u0zDGUytuMhqe7NOJeXd1DKch8P7FT02MYgMkX3eMc=";
}; };
buildAndTestSubdir = "lux-cli"; buildAndTestSubdir = "lux-cli";
cargoHash = "sha256-vin86rAmUbHJJuhChZi3ndj57wTCv945sVF6+by6Dlc="; cargoHash = "sha256-C84VZfpMua1RrFhTFhWfY2xZAPDtNllkAbdHljlYdZs=";
nativeInstallCheckInputs = [ nativeInstallCheckInputs = [
versionCheckHook versionCheckHook
@ -48,7 +48,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
gpgme gpgme
libgit2 libgit2
libgpg-error libgpg-error
luajit lua5_4
openssl openssl
]; ];
@ -61,7 +61,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoTestFlags = "--lib"; # Disable impure integration tests cargoTestFlags = "--lib"; # Disable impure integration tests
nativeCheckInputs = [ nativeCheckInputs = [
luajit lua5_4
nix nix
]; ];