luaPackages.lua-resty-openssl: 1.8.0-1 -> 1.9.0-1

This commit is contained in:
Austin Horstman
2026-08-17 13:16:46 -05:00
parent 30de9d9072
commit b0852d4b67

View File

@@ -2599,17 +2599,17 @@ final: prev: {
}:
buildLuarocksPackage {
pname = "lua-resty-openssl";
version = "1.8.0-1";
version = "1.9.0-1";
knownRockspec =
(fetchurl {
url = "mirror://luarocks/lua-resty-openssl-1.8.0-1.rockspec";
sha256 = "1x6hbk8xcwaaa11wcs48fjpj1bipz2a3h8lswnzl3l25llv1gsib";
url = "mirror://luarocks/lua-resty-openssl-1.9.0-1.rockspec";
sha256 = "0sjxc1h1ys148h6al6jrh40yj0si68a8hka1y7616i5ljm9kbwya";
}).outPath;
src = fetchFromGitHub {
owner = "fffonion";
repo = "lua-resty-openssl";
tag = "1.8.0";
hash = "sha256-oafU+pwTxbPHrci0pEWdZNHu0eqEluEDF5M6ojx7Xeg=";
tag = "1.9.0";
hash = "sha256-zMJw0lHbiPaTRh4zMw6Hwo5EMEwznQtTWEUfCaNy+lk=";
};
meta = {