luaPackages.lsqlite3: 0.9.6-1 -> 0.9.7-1

This commit is contained in:
Austin Horstman
2026-08-17 13:15:33 -05:00
parent 2e5c88ede7
commit 30de9d9072

View File

@@ -2077,21 +2077,21 @@ final: prev: {
}:
buildLuarocksPackage {
pname = "lsqlite3";
version = "0.9.6-1";
version = "0.9.7-1";
knownRockspec =
(fetchurl {
url = "mirror://luarocks/lsqlite3-0.9.6-1.rockspec";
sha256 = "1wb51lsfllmbzrjfl0dzxpg597nd54nn06c9plpvqwwjz4l9lrjf";
url = "mirror://luarocks/lsqlite3-0.9.7-1.rockspec";
sha256 = "0jzsazr3gjay24vvdwswr9zfv7qn4fkh7s428y240qkndfdr7h2p";
}).outPath;
src = fetchzip {
url = "https://lua.sqlite.org/home/zip/lsqlite3_v096.zip?uuid=v0.9.6";
sha256 = "0p24g17y6s0x1951y9pyndggp71drh4zrzb2a05nb9sk5s3z9dnm";
url = "https://lua.sqlite.org/home/zip/lsqlite3_v097.zip?uuid=v0.9.7";
sha256 = "08h1hn9i8adm154y5747w1bgxyj3agwk0sfvpdk3l3zd5aa35b9j";
};
disabled = luaOlder "5.1" || luaAtLeast "5.5";
disabled = luaOlder "5.1" || luaAtLeast "5.6";
meta = {
homepage = "http://lua.sqlite.org/";
homepage = "https://lua.sqlite.org/";
license = lib.licenses.mit;
description = "A binding for Lua to the SQLite3 database library";
longDescription = ''