textadept: 12.4 -> 12.8 (#435579)

This commit is contained in:
7c6f434c
2025-08-22 10:08:29 +00:00
committed by GitHub
2 changed files with 29 additions and 30 deletions

View File

@@ -1,53 +1,53 @@
{
# scintilla
"scintilla550.tgz" = {
url = "https://www.scintilla.org/scintilla550.tgz";
sha256 = "sha256-5VPpVQnwH5KqFX+gLQanEmQuE9aaEewaAqfd8ixAYjE=";
};
# lexilla
"lexilla510.tgz" = {
url = "https://www.scintilla.org/lexilla510.tgz";
sha256 = "sha256-azWVJ0AFSYZxuFTPV73uwiVJZvNxcS/POnFtl6p/P9g=";
"scintilla557.tgz" = {
url = "https://www.scintilla.org/scintilla557.tgz";
sha256 = "sha256-s34aI5/4x3zr1y22ziUmSzXL7Lv/rWD5zn6Dj1GVoh4=";
};
# scinterm
"scinterm_5.0.zip" = {
url = "https://github.com/orbitalquark/scinterm/archive/scinterm_5.0.zip";
sha256 = "sha256-l1qeLMCrhyoZA/GfmXFR20rY5EsUoO5e+1vZJtYdb24=";
"scinterm_5.5.zip" = {
url = "https://github.com/orbitalquark/scinterm/archive/scinterm_5.5.zip";
sha256 = "sha256-G/CEzNVkwJl8CIFmSjtVEOX1bDqnnnO9hJR3VjLQf3k=";
};
# scintillua
"scintillua_6.3.zip" = {
url = "https://github.com/orbitalquark/scintillua/archive/scintillua_6.3.zip";
sha256 = "sha256-SAFmu3q8T1UtVjdUcFy9NPu0DOLqewvU/Vb9b7XjgQM=";
"scintillua_6.5.zip" = {
url = "https://github.com/orbitalquark/scintillua/archive/scintillua_6.5.zip";
sha256 = "sha256-mXE4wcEenEf7vgUNyPBPzwu5vSiupbDub656+jlLP68=";
};
# lua
"lua-5.4.6.tar.gz" = {
url = "http://www.lua.org/ftp/lua-5.4.6.tar.gz";
sha256 = "sha256-fV6huctqoLWco93hxq3LV++DobqOVDLA7NBr9DmzrYg=";
"lua-5.4.8.tar.gz" = {
url = "http://www.lua.org/ftp/lua-5.4.8.tar.gz";
sha256 = "sha256-TxjdrhVOeT5G7qtyfFnvHAwMK3ROe5QhlxDXb1MGKa4=";
};
# lpeg
"lpeg-1.1.0.tar.gz" = {
url = "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.1.0.tar.gz";
sha256 = "sha256-SxVdZ9IkbB/6ete8RmweqJm7xA/vAlfMnAPOy67UNSo=";
};
# luafilesystem
# lfs
"v1_8_0.zip" = {
url = "https://github.com/keplerproject/luafilesystem/archive/v1_8_0.zip";
sha256 = "sha256-46a+ynqKkFIu7THbbM3F7WWkM4JlAMaGJ4TidnG54Yo=";
};
# cdk
"t20200923.tar.gz" = {
url = "http://github.com/ThomasDickey/cdk-snapshots/archive/refs/tags/t20200923.tar.gz";
sha256 = "sha256-rjL4oMSDJZWAZJ8pG8FApfpvrVNJvY+6D8ZV+gwvDnI=";
# regex
"1.0.zip" = {
url = "https://github.com/orbitalquark/lua-std-regex/archive/1.0.zip";
sha256 = "sha256-W2hKHOfqYyo3qk+YvPJlzZfZ1wxZmMVphSlcaql+dOE=";
};
# libtermkey
# cdk
"t20240619.tar.gz" = {
url = "https://github.com/ThomasDickey/cdk-snapshots/archive/refs/tags/t20240619.tar.gz";
sha256 = "sha256-aaLJbOI7MTeSnswBHGewMFVMxTKrAKARy7zPAdrKphE=";
};
# termkey
"libtermkey-0.22.tar.gz" = {
url = "http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.22.tar.gz";
sha256 = "sha256-aUW9PEqqg9qD2AoEXFVj2k7dfQN0xiwNNa7AnrMBRgA=";
};
# lua-std-regex
"1.0.zip" = {
url = "https://github.com/orbitalquark/lua-std-regex/archive/1.0.zip";
sha256 = "sha256-W2hKHOfqYyo3qk+YvPJlzZfZ1wxZmMVphSlcaql+dOE=";
# reproc
"v14.2.5.zip" = {
url = "https://github.com/DaanDeMeyer/reproc/archive/refs/tags/v14.2.5.zip";
sha256 = "sha256-IbFow4rbIvS0g5HYGT28OSfx8uZ4wgWNaUSim2Ssxsk=";
};
# singleapp
"v3.4.0.zip" = {

View File

@@ -10,15 +10,14 @@
ncurses,
}:
stdenv.mkDerivation (finalAttrs: {
version = "12.4";
version = "12.8";
pname = "textadept";
src = fetchFromGitHub {
name = "textadept11";
owner = "orbitalquark";
repo = "textadept";
tag = "textadept_${finalAttrs.version}";
hash = "sha256-nPgpQeBq5Stv2o0Ke4W2Ltnx6qLe5TIC5a8HSYVkmfI=";
hash = "sha256-ba5YSZaWGGEFFAbHNNXv2/a4dWrG/o5mTySCmlPauWs=";
};
nativeBuildInputs = [ cmake ] ++ lib.optionals withQt [ libsForQt5.wrapQtAppsHook ];