tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
textadept: 12.4 -> 12.8
Amy de Buitléir
5 months ago
defffa1a
30ba4994
+28
-29
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
te
textadept
deps.nix
package.nix
+26
-26
pkgs/by-name/te/textadept/deps.nix
···
1
{
2
# scintilla
3
-
"scintilla550.tgz" = {
4
-
url = "https://www.scintilla.org/scintilla550.tgz";
5
-
sha256 = "sha256-5VPpVQnwH5KqFX+gLQanEmQuE9aaEewaAqfd8ixAYjE=";
6
-
};
7
-
# lexilla
8
-
"lexilla510.tgz" = {
9
-
url = "https://www.scintilla.org/lexilla510.tgz";
10
-
sha256 = "sha256-azWVJ0AFSYZxuFTPV73uwiVJZvNxcS/POnFtl6p/P9g=";
11
};
12
# scinterm
13
-
"scinterm_5.0.zip" = {
14
-
url = "https://github.com/orbitalquark/scinterm/archive/scinterm_5.0.zip";
15
-
sha256 = "sha256-l1qeLMCrhyoZA/GfmXFR20rY5EsUoO5e+1vZJtYdb24=";
16
};
17
# scintillua
18
-
"scintillua_6.3.zip" = {
19
-
url = "https://github.com/orbitalquark/scintillua/archive/scintillua_6.3.zip";
20
-
sha256 = "sha256-SAFmu3q8T1UtVjdUcFy9NPu0DOLqewvU/Vb9b7XjgQM=";
21
};
22
# lua
23
-
"lua-5.4.6.tar.gz" = {
24
-
url = "http://www.lua.org/ftp/lua-5.4.6.tar.gz";
25
-
sha256 = "sha256-fV6huctqoLWco93hxq3LV++DobqOVDLA7NBr9DmzrYg=";
26
};
27
# lpeg
28
"lpeg-1.1.0.tar.gz" = {
29
url = "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.1.0.tar.gz";
30
sha256 = "sha256-SxVdZ9IkbB/6ete8RmweqJm7xA/vAlfMnAPOy67UNSo=";
31
};
32
-
# luafilesystem
33
"v1_8_0.zip" = {
34
url = "https://github.com/keplerproject/luafilesystem/archive/v1_8_0.zip";
35
sha256 = "sha256-46a+ynqKkFIu7THbbM3F7WWkM4JlAMaGJ4TidnG54Yo=";
36
};
0
0
0
0
0
37
# cdk
38
-
"t20200923.tar.gz" = {
39
-
url = "http://github.com/ThomasDickey/cdk-snapshots/archive/refs/tags/t20200923.tar.gz";
40
-
sha256 = "sha256-rjL4oMSDJZWAZJ8pG8FApfpvrVNJvY+6D8ZV+gwvDnI=";
41
};
42
-
# libtermkey
43
"libtermkey-0.22.tar.gz" = {
44
url = "http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.22.tar.gz";
45
sha256 = "sha256-aUW9PEqqg9qD2AoEXFVj2k7dfQN0xiwNNa7AnrMBRgA=";
46
};
47
-
# lua-std-regex
48
-
"1.0.zip" = {
49
-
url = "https://github.com/orbitalquark/lua-std-regex/archive/1.0.zip";
50
-
sha256 = "sha256-W2hKHOfqYyo3qk+YvPJlzZfZ1wxZmMVphSlcaql+dOE=";
51
};
52
# singleapp
53
"v3.4.0.zip" = {
···
1
{
2
# scintilla
3
+
"scintilla557.tgz" = {
4
+
url = "https://www.scintilla.org/scintilla557.tgz";
5
+
sha256 = "sha256-s34aI5/4x3zr1y22ziUmSzXL7Lv/rWD5zn6Dj1GVoh4=";
0
0
0
0
0
6
};
7
# scinterm
8
+
"scinterm_5.5.zip" = {
9
+
url = "https://github.com/orbitalquark/scinterm/archive/scinterm_5.5.zip";
10
+
sha256 = "sha256-G/CEzNVkwJl8CIFmSjtVEOX1bDqnnnO9hJR3VjLQf3k=";
11
};
12
# scintillua
13
+
"scintillua_6.5.zip" = {
14
+
url = "https://github.com/orbitalquark/scintillua/archive/scintillua_6.5.zip";
15
+
sha256 = "sha256-mXE4wcEenEf7vgUNyPBPzwu5vSiupbDub656+jlLP68=";
16
};
17
# lua
18
+
"lua-5.4.8.tar.gz" = {
19
+
url = "http://www.lua.org/ftp/lua-5.4.8.tar.gz";
20
+
sha256 = "sha256-TxjdrhVOeT5G7qtyfFnvHAwMK3ROe5QhlxDXb1MGKa4=";
21
};
22
# lpeg
23
"lpeg-1.1.0.tar.gz" = {
24
url = "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.1.0.tar.gz";
25
sha256 = "sha256-SxVdZ9IkbB/6ete8RmweqJm7xA/vAlfMnAPOy67UNSo=";
26
};
27
+
# lfs
28
"v1_8_0.zip" = {
29
url = "https://github.com/keplerproject/luafilesystem/archive/v1_8_0.zip";
30
sha256 = "sha256-46a+ynqKkFIu7THbbM3F7WWkM4JlAMaGJ4TidnG54Yo=";
31
};
32
+
# regex
33
+
"1.0.zip" = {
34
+
url = "https://github.com/orbitalquark/lua-std-regex/archive/1.0.zip";
35
+
sha256 = "sha256-W2hKHOfqYyo3qk+YvPJlzZfZ1wxZmMVphSlcaql+dOE=";
36
+
};
37
# cdk
38
+
"t20240619.tar.gz" = {
39
+
url = "https://github.com/ThomasDickey/cdk-snapshots/archive/refs/tags/t20240619.tar.gz";
40
+
sha256 = "sha256-aaLJbOI7MTeSnswBHGewMFVMxTKrAKARy7zPAdrKphE=";
41
};
42
+
# termkey
43
"libtermkey-0.22.tar.gz" = {
44
url = "http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.22.tar.gz";
45
sha256 = "sha256-aUW9PEqqg9qD2AoEXFVj2k7dfQN0xiwNNa7AnrMBRgA=";
46
};
47
+
# reproc
48
+
"v14.2.5.zip" = {
49
+
url = "https://github.com/DaanDeMeyer/reproc/archive/refs/tags/v14.2.5.zip";
50
+
sha256 = "sha256-IbFow4rbIvS0g5HYGT28OSfx8uZ4wgWNaUSim2Ssxsk=";
51
};
52
# singleapp
53
"v3.4.0.zip" = {
+2
-3
pkgs/by-name/te/textadept/package.nix
···
10
ncurses,
11
}:
12
stdenv.mkDerivation (finalAttrs: {
13
-
version = "12.4";
14
pname = "textadept";
15
16
src = fetchFromGitHub {
17
-
name = "textadept11";
18
owner = "orbitalquark";
19
repo = "textadept";
20
tag = "textadept_${finalAttrs.version}";
21
-
hash = "sha256-nPgpQeBq5Stv2o0Ke4W2Ltnx6qLe5TIC5a8HSYVkmfI=";
22
};
23
24
nativeBuildInputs = [ cmake ] ++ lib.optionals withQt [ libsForQt5.wrapQtAppsHook ];
···
10
ncurses,
11
}:
12
stdenv.mkDerivation (finalAttrs: {
13
+
version = "12.8";
14
pname = "textadept";
15
16
src = fetchFromGitHub {
0
17
owner = "orbitalquark";
18
repo = "textadept";
19
tag = "textadept_${finalAttrs.version}";
20
+
hash = "sha256-ba5YSZaWGGEFFAbHNNXv2/a4dWrG/o5mTySCmlPauWs=";
21
};
22
23
nativeBuildInputs = [ cmake ] ++ lib.optionals withQt [ libsForQt5.wrapQtAppsHook ];