about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-20 09:53:19 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-20 09:53:19 +0000
commita8ab6540fdd68f426832e539c5141771e93656a2 (patch)
tree344ac808771c05cd5cd127fabb955e4fdfd648e5 /pkgs/applications
parentd63fe42e911db769e5dbdbabdf8728647f789cd0 (diff)
tty-share: 2.2.1 -> 2.3.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/tty-share/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/tty-share/default.nix b/pkgs/applications/misc/tty-share/default.nix
index a1adc152349ba..92ff192c101ac 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.