lux-cli: 0.5.0 -> 0.5.3

This commit is contained in:
Marc Jakobi 2025-05-25 14:22:20 +02:00
parent 4a2c6cc55d
commit c332d6f692
No known key found for this signature in database
GPG key ID: A62702B226DB0A22
2 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "lux-cli"; pname = "lux-cli";
version = "0.5.0"; version = "0.5.3";
src = luaPackages.lux-lua.src; src = luaPackages.lux-lua.src;

View file

@ -20,14 +20,14 @@ in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "lux-lua"; pname = "lux-lua";
version = "0.1.5"; version = "0.1.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-neorocks"; owner = "nvim-neorocks";
repo = "lux"; repo = "lux";
# NOTE: Lux's tags represent the lux-cli version, which may differ from the lux-lua version # NOTE: Lux's tags represent the lux-cli version, which may differ from the lux-lua version
tag = "v0.5.0"; tag = "v0.5.3";
hash = "sha256-maVnRaEuB8q7wUukDGwB4d+go+oerkoWsnb5swPagMY="; hash = "sha256-iiXPLm05HsenB6I8aLiFjRMkziQ0khlSWvvskvVwuDA=";
}; };
buildAndTestSubdir = "lux-lua"; buildAndTestSubdir = "lux-lua";
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
buildFeatures = [ luaFeature ]; buildFeatures = [ luaFeature ];
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-CWPHE+j6RDtVrnYzakKecIM5dXuHuWaWK+T9xFEdmz8="; cargoHash = "sha256-S3dcjFDVwvdUFpRjHhJRPjEluRxWi+XSxN5mj1WP26A=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config