mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
luaPackages.lsqlite3: 0.9.6-1 -> 0.9.7-1
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user