Merge pull request #202028 from r-ryantm/auto-update/tty-share

tty-share: 2.2.1 -> 2.3.0
This commit is contained in:
Mario Rodas 2022-11-20 10:02:23 -05:00 committed by GitHub
commit 209208a1ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "tty-share"; pname = "tty-share";
version = "2.2.1"; version = "2.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elisescu"; owner = "elisescu";
repo = "tty-share"; repo = "tty-share";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-aAqKfi0ZX0UB07yGY6x0HcMspvq4rcJXKHSONxAwMlc="; sha256 = "sha256-/oK2m2kxmF9HHYfTK6NlZxKKkDS7Oay+ed7jR/+szs0=";
}; };
# Upstream has a `./vendor` directory with all deps which we rely upon. # Upstream has a `./vendor` directory with all deps which we rely upon.
@ -19,7 +19,6 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
homepage = "https://tty-share.com"; homepage = "https://tty-share.com";
description = "Share terminal via browser for remote work or shared sessions"; description = "Share terminal via browser for remote work or shared sessions";
platforms = platforms.linux;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ andys8 ]; maintainers = with maintainers; [ andys8 ];
}; };