File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717rustPlatform . 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
Original file line number Diff line number Diff line change 2020rustPlatform . 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
You can’t perform that action at this time.
0 commit comments