mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
cc2e753f74
commit
52529f17f8
3 changed files with 6 additions and 5 deletions
|
|
@ -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,,,,,,
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 68.
|
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -474,7 +474,7 @@ in
|
|||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit (old) src;
|
||||
hash = "sha256-7mFn4dLgaxfAxtPFCc3VzcBx2HuywcZTYqCGTbaGS0k=";
|
||||
hash = "sha256-nkWQOjqShgDcLfQDOGsB9CMHZxI/Lrx/+tC4ZeUl/Ak=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = old.propagatedBuildInputs ++ [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue