luaPackages.lua-rtoml: 0.2 -> 0.3

Noticed while etrying to bump luarocks-nix: the update would fail for
lua-rtoml because the rockspec was renamed from 0.2 to 0.3 and thus
could not be downloaded anymore.

I replaced the url with a sturdier one.
This commit is contained in:
teto
2026-03-30 15:42:14 +02:00
parent cc2e753f74
commit 52529f17f8
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -65,7 +65,8 @@ lua-resty-jwt,,,,,,
lua-resty-openidc,,,,,,
lua-resty-openssl,,,,,,
lua-resty-session,,,,,,
lua-rtoml,https://raw.githubusercontent.com/lblasc/lua-rtoml/main/lua-rtoml-0.2-0.rockspec,,,,,lblasc
# we have to set url because luarocks.org lua-rtoml is squatted by another package
lua-rtoml,https://raw.githubusercontent.com/lblasc/lua-rtoml/eb89439070c72ccf05efb8576abae7643abab354/lua-rtoml-0.3-0.rockspec,,,,,lblasc
lua-subprocess,https://raw.githubusercontent.com/0x0ade/lua-subprocess/master/subprocess-scm-1.rockspec,,,,5.1,scoder12
lua-term,,,,,,
lua-toml,,,,,,
1 name rockspec ref server version luaversion maintainers
65 lua-resty-openidc
66 lua-resty-openssl
67 lua-resty-session
68 lua-rtoml # we have to set url because luarocks.org lua-rtoml is squatted by another package
69 lua-rtoml https://raw.githubusercontent.com/lblasc/lua-rtoml/eb89439070c72ccf05efb8576abae7643abab354/lua-rtoml-0.3-0.rockspec lblasc
70 lua-subprocess https://raw.githubusercontent.com/0x0ade/lua-subprocess/master/subprocess-scm-1.rockspec 5.1 scoder12
71 lua-term
72 lua-toml
@@ -2178,13 +2178,13 @@ final: prev: {
}:
buildLuarocksPackage {
pname = "lua-rtoml";
version = "0.2-0";
version = "0.3-0";
src = fetchFromGitHub {
owner = "lblasc";
repo = "lua-rtoml";
rev = "c83f56b9519d85968d663308e303f384c55c7b18";
hash = "sha256-PRoaUQSSvzl9VFK+aGHbJqCW37AsO+oFXNYgM0OdIoY=";
rev = "aedc4030912e1c86a1490428dc547f35a1a99be6";
hash = "sha256-Ge2Acy1XuAQENhoJpuRudazY2D8HSiVv1Ab+jqMjo0U=";
};
disabled = luaOlder "5.1";
+1 -1
View File
@@ -474,7 +474,7 @@ in
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (old) src;
hash = "sha256-7mFn4dLgaxfAxtPFCc3VzcBx2HuywcZTYqCGTbaGS0k=";
hash = "sha256-nkWQOjqShgDcLfQDOGsB9CMHZxI/Lrx/+tC4ZeUl/Ak=";
};
propagatedBuildInputs = old.propagatedBuildInputs ++ [