textadept: 12.4 -> 12.8 (#435579)

authored by 7c6f434c and committed by GitHub 501e5f8f 2ef8a8b7

+28 -29
+26 -26
pkgs/by-name/te/textadept/deps.nix
··· 1 1 { 2 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="; 3 + "scintilla557.tgz" = { 4 + url = "https://www.scintilla.org/scintilla557.tgz"; 5 + sha256 = "sha256-s34aI5/4x3zr1y22ziUmSzXL7Lv/rWD5zn6Dj1GVoh4="; 11 6 }; 12 7 # scinterm 13 - "scinterm_5.0.zip" = { 14 - url = "https://github.com/orbitalquark/scinterm/archive/scinterm_5.0.zip"; 15 - sha256 = "sha256-l1qeLMCrhyoZA/GfmXFR20rY5EsUoO5e+1vZJtYdb24="; 8 + "scinterm_5.5.zip" = { 9 + url = "https://github.com/orbitalquark/scinterm/archive/scinterm_5.5.zip"; 10 + sha256 = "sha256-G/CEzNVkwJl8CIFmSjtVEOX1bDqnnnO9hJR3VjLQf3k="; 16 11 }; 17 12 # scintillua 18 - "scintillua_6.3.zip" = { 19 - url = "https://github.com/orbitalquark/scintillua/archive/scintillua_6.3.zip"; 20 - sha256 = "sha256-SAFmu3q8T1UtVjdUcFy9NPu0DOLqewvU/Vb9b7XjgQM="; 13 + "scintillua_6.5.zip" = { 14 + url = "https://github.com/orbitalquark/scintillua/archive/scintillua_6.5.zip"; 15 + sha256 = "sha256-mXE4wcEenEf7vgUNyPBPzwu5vSiupbDub656+jlLP68="; 21 16 }; 22 17 # 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="; 18 + "lua-5.4.8.tar.gz" = { 19 + url = "http://www.lua.org/ftp/lua-5.4.8.tar.gz"; 20 + sha256 = "sha256-TxjdrhVOeT5G7qtyfFnvHAwMK3ROe5QhlxDXb1MGKa4="; 26 21 }; 27 22 # lpeg 28 23 "lpeg-1.1.0.tar.gz" = { 29 24 url = "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.1.0.tar.gz"; 30 25 sha256 = "sha256-SxVdZ9IkbB/6ete8RmweqJm7xA/vAlfMnAPOy67UNSo="; 31 26 }; 32 - # luafilesystem 27 + # lfs 33 28 "v1_8_0.zip" = { 34 29 url = "https://github.com/keplerproject/luafilesystem/archive/v1_8_0.zip"; 35 30 sha256 = "sha256-46a+ynqKkFIu7THbbM3F7WWkM4JlAMaGJ4TidnG54Yo="; 36 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 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="; 38 + "t20240619.tar.gz" = { 39 + url = "https://github.com/ThomasDickey/cdk-snapshots/archive/refs/tags/t20240619.tar.gz"; 40 + sha256 = "sha256-aaLJbOI7MTeSnswBHGewMFVMxTKrAKARy7zPAdrKphE="; 41 41 }; 42 - # libtermkey 42 + # termkey 43 43 "libtermkey-0.22.tar.gz" = { 44 44 url = "http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.22.tar.gz"; 45 45 sha256 = "sha256-aUW9PEqqg9qD2AoEXFVj2k7dfQN0xiwNNa7AnrMBRgA="; 46 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="; 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 51 }; 52 52 # singleapp 53 53 "v3.4.0.zip" = {
+2 -3
pkgs/by-name/te/textadept/package.nix
··· 10 10 ncurses, 11 11 }: 12 12 stdenv.mkDerivation (finalAttrs: { 13 - version = "12.4"; 13 + version = "12.8"; 14 14 pname = "textadept"; 15 15 16 16 src = fetchFromGitHub { 17 - name = "textadept11"; 18 17 owner = "orbitalquark"; 19 18 repo = "textadept"; 20 19 tag = "textadept_${finalAttrs.version}"; 21 - hash = "sha256-nPgpQeBq5Stv2o0Ke4W2Ltnx6qLe5TIC5a8HSYVkmfI="; 20 + hash = "sha256-ba5YSZaWGGEFFAbHNNXv2/a4dWrG/o5mTySCmlPauWs="; 22 21 }; 23 22 24 23 nativeBuildInputs = [ cmake ] ++ lib.optionals withQt [ libsForQt5.wrapQtAppsHook ];