Skip to content

Commit c332d6f

Browse files
committed
lux-cli: 0.5.0 -> 0.5.3
1 parent 4a2c6cc commit c332d6f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pkgs/by-name/lu/lux-cli/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
rustPlatform.buildRustPackage rec {
1818
pname = "lux-cli";
1919

20-
version = "0.5.0";
20+
version = "0.5.3";
2121

2222
src = luaPackages.lux-lua.src;
2323

pkgs/development/lua-modules/lux-lua.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@ in
2020
rustPlatform.buildRustPackage rec {
2121
pname = "lux-lua";
2222

23-
version = "0.1.5";
23+
version = "0.1.6";
2424

2525
src = fetchFromGitHub {
2626
owner = "nvim-neorocks";
2727
repo = "lux";
2828
# NOTE: Lux's tags represent the lux-cli version, which may differ from the lux-lua version
29-
tag = "v0.5.0";
30-
hash = "sha256-maVnRaEuB8q7wUukDGwB4d+go+oerkoWsnb5swPagMY=";
29+
tag = "v0.5.3";
30+
hash = "sha256-iiXPLm05HsenB6I8aLiFjRMkziQ0khlSWvvskvVwuDA=";
3131
};
3232

3333
buildAndTestSubdir = "lux-lua";
3434
buildNoDefaultFeatures = true;
3535
buildFeatures = [ luaFeature ];
3636

3737
useFetchCargoVendor = true;
38-
cargoHash = "sha256-CWPHE+j6RDtVrnYzakKecIM5dXuHuWaWK+T9xFEdmz8=";
38+
cargoHash = "sha256-S3dcjFDVwvdUFpRjHhJRPjEluRxWi+XSxN5mj1WP26A=";
3939

4040
nativeBuildInputs = [
4141
pkg-config

0 commit comments

Comments
 (0)