Merge pull request #202028 from r-ryantm/auto-update/tty-share
tty-share: 2.2.1 -> 2.3.0
This commit is contained in:
commit
209208a1ba
1 changed files with 2 additions and 3 deletions
|
@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue