Commit Graph

20 Commits

Author SHA1 Message Date
R. Ryantm
4250f8a12d ttyd: 1.7.5 -> 1.7.7 2024-04-04 16:03:17 -05:00
R. Ryantm
8930b25eaf ttyd: 1.7.4 -> 1.7.5 2024-03-27 15:57:20 +00:00
Sergei Trofimovich
b7310fdc9b ttyd.tests: fix eval
Without the change `ttyd.tests` eval fails as:

    $ nix build --no-link -f. ttyd.tests
    error: undefined variable 'nixosTests'
           at /home/slyfox/dev/git/nixpkgs-master/pkgs/servers/ttyd/default.nix:24:14:
               23|   passthru.tests = {
               24|     inherit (nixosTests) ttyd;
                 |              ^
2024-03-12 22:54:43 +00:00
Felix Buehler
c34493d7c0 ttyd: add test & use systemd LoadCredential 2024-01-20 21:01:51 +01:00
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
R. Ryantm
840a42f5f8 ttyd: 1.7.3 -> 1.7.4 2023-10-21 06:21:03 +00:00
R. Ryantm
f587bec302 ttyd: 1.7.2 -> 1.7.3 2023-01-21 03:41:50 +00:00
R. Ryantm
c2b0054f4b ttyd: 1.7.1 -> 1.7.2 2022-10-22 11:29:23 +08:00
R. Ryantm
52401e81bb ttyd: 1.7.0 -> 1.7.1 2022-08-19 19:30:31 +00:00
R. Ryantm
e24396c79b ttyd: 1.6.3 -> 1.7.0 2022-08-11 01:03:11 +00:00
Mario Rodas
19c1eb3710 ttyd: enable on darwin 2021-10-31 04:20:00 +00:00
Rick van Schijndel
fba93f57b4 ttyd: 1.6.1 -> 1.6.3
This also adds support for libwebsockets 4.x.
2021-05-15 18:48:04 +02:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
R. RyanTM
9822cf71bc ttyd: 1.6.0 -> 1.6.1 2020-06-30 18:01:39 +00:00
Ingo Blechschmidt
6695fdc961 ttyd: 1.5.2 -> 1.6.0 2020-04-24 11:12:21 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Will Dietz
21d599839c ttyd: 1.4.2_pre* -> 1.5.2
https://github.com/tsl0922/ttyd/releases/tag/1.5.2
https://github.com/tsl0922/ttyd/releases/tag/1.5.1
https://github.com/tsl0922/ttyd/releases/tag/1.5.0
https://github.com/tsl0922/ttyd/releases/tag/1.4.3
https://github.com/tsl0922/ttyd/releases/tag/1.4.2
2019-08-19 19:30:44 -05:00
Austin Seipp
f435d75d79
ttyd: init at 1.4.2_pre174_6df6ac3e
ttyd hasn't seen a release in a while, but has a few useful bugfixes and
features (such as IPv6) that are good to have. It also seems to fix a
few crashes I encountered (likely due to newer openssl/libwebsockets).
So in an untraditional fashion, we'll adopt this with a _pre tag to
ensure it gets bumped correctly later on.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-03-06 02:22:49 -06:00