about summary refs log tree commit diff
path: root/pkgs/applications/misc/tty-share/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-20 18:01:45 +0000
committerGitHub <noreply@github.com>2022-11-20 18:01:45 +0000
commit77fbd162dfb1cb918242bdaef3f3cd08f569f48a (patch)
treea3a7d210a9ad9d66bcb705111466429b96f76486 /pkgs/applications/misc/tty-share/default.nix
parent800d82aea922942501f27ea89b99c8d6dcd6d3b9 (diff)
parent1fde037c419c8d070a3a67ac7036b444c3ae08d6 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/misc/tty-share/default.nix')
-rw-r--r--pkgs/applications/misc/tty-share/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/misc/tty-share/default.nix b/pkgs/applications/misc/tty-share/default.nix
index a1adc152349ba..37cc10c3823ce 100644
--- a/pkgs/applications/misc/tty-share/default.nix
+++ b/pkgs/applications/misc/tty-share/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "tty-share";
-  version = "2.2.1";
+  version = "2.3.0";
 
   src = fetchFromGitHub {
     owner = "elisescu";
     repo = "tty-share";
     rev = "v${version}";
-    sha256 = "sha256-aAqKfi0ZX0UB07yGY6x0HcMspvq4rcJXKHSONxAwMlc=";
+    sha256 = "sha256-/oK2m2kxmF9HHYfTK6NlZxKKkDS7Oay+ed7jR/+szs0=";
   };
 
   # Upstream has a `./vendor` directory with all deps which we rely upon.
@@ -19,7 +19,6 @@ buildGoModule rec {
   meta = with lib; {
     homepage = "https://tty-share.com";
     description = "Share terminal via browser for remote work or shared sessions";
-    platforms = platforms.linux;
     license = licenses.mit;
     maintainers = with maintainers; [ andys8 ];
   };