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 {
pname = "lux-cli";
version = "0.5.0";
version = "0.5.3";
src = luaPackages.lux-lua.src;

View file

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