lux-cli: 0.4.4 -> 0.5.0

This commit is contained in:
Marc Jakobi
2025-05-14 21:13:40 +02:00
parent cd797152c8
commit ce33941d06
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
rustPlatform.buildRustPackage rec {
pname = "lux-cli";
version = "0.4.4";
version = "0.5.0";
src = luaPackages.lux-lua.src;
+4 -4
View File
@@ -20,14 +20,14 @@ in
rustPlatform.buildRustPackage rec {
pname = "lux-lua";
version = "0.1.4";
version = "0.1.5";
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.4.4";
hash = "sha256-jhkd5JDMXMwGCmaKLXoZepRwO+EIqLK2NL3hXDj627Q=";
tag = "v0.5.0";
hash = "sha256-maVnRaEuB8q7wUukDGwB4d+go+oerkoWsnb5swPagMY=";
};
buildAndTestSubdir = "lux-lua";
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
buildFeatures = [ luaFeature ];
useFetchCargoVendor = true;
cargoHash = "sha256-ymESnATGxczfwM4Vy7qQ/UREpJDYIceFcZ9uAJpyRjU=";
cargoHash = "sha256-CWPHE+j6RDtVrnYzakKecIM5dXuHuWaWK+T9xFEdmz8=";
nativeBuildInputs = [
pkg-config