luaPackages: fix lua_cliargs and toml-edit after update

This commit is contained in:
Marc Jakobi 2023-12-07 13:38:53 +01:00 committed by Matthieu Coudron
parent fe379762a2
commit d5b50b71a6
3 changed files with 6 additions and 4 deletions

View File

@ -55,7 +55,7 @@ lua-subprocess,https://github.com/0x0ade/lua-subprocess,,,,5.1,scoder12
lua-term,,,,,,
lua-toml,,,,,,
lua-zlib,,,,,,koral
lua_cliargs,https://github.com/amireh/lua_cliargs.git,,,,,
lua_cliargs,,,,,,
luabitop,https://github.com/teto/luabitop.git,,,,,
luacheck,,,,,,
luacov,,,,,,

1 name src ref server version luaversion maintainers
55 lua-term
56 lua-toml
57 lua-zlib koral
58 lua_cliargs https://github.com/amireh/lua_cliargs.git
59 luabitop https://github.com/teto/luabitop.git
60 luacheck
61 luacov

View File

@ -1655,8 +1655,10 @@ lua_cliargs = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
buildLuarocksPackage {
pname = "lua_cliargs";
version = "3.0-2";
rockspecDir = "rockspecs";
knownRockspec = (fetchurl {
url = "mirror://luarocks/lua_cliargs-3.0-2.rockspec";
sha256 = "0vlmwrldwlxdfkak9kapydfs4ny4pwg3qpkv5agn6lw6gq0aq5za";
}).outPath;
src = fetchurl {
url = "https://github.com/amireh/lua_cliargs/archive/v3.0-2.tar.gz";
sha256 = "0vhpgmy9a8wlxp8a15pnfqfk0aj7pyyb5m41nnfxynx580a6y7cp";

View File

@ -649,7 +649,7 @@ with prev;
cargoDeps = rustPlatform.fetchCargoTarball {
src = oa.src;
hash = "sha256-pLAisfnSDoAToQO/kdKTdic6vEug7/WFNtgOfj0bRAE=";
hash = "sha256-m1TQC2D9fiAMOOYhKpDGF1zyMzZ9AOTmyr1L/mFNpLc=";
};
nativeBuildInputs = oa.nativeBuildInputs ++ [ cargo rustPlatform.cargoSetupHook ];