tty-share: 2.4.0 -> 2.4.1 (#373217)

authored by Nick Cao and committed by GitHub d426d417 d138858c

+2 -2
+2 -2
pkgs/by-name/tt/tty-share/package.nix
··· 6 7 buildGoModule rec { 8 pname = "tty-share"; 9 - version = "2.4.0"; 10 11 src = fetchFromGitHub { 12 owner = "elisescu"; 13 repo = "tty-share"; 14 rev = "v${version}"; 15 - sha256 = "sha256-7rNSBpiZslUGWw0P/Q1zRtNxo9MN8Vq6hG8pD6bJIsA="; 16 }; 17 18 # Upstream has a `./vendor` directory with all deps which we rely upon.
··· 6 7 buildGoModule rec { 8 pname = "tty-share"; 9 + version = "2.4.1"; 10 11 src = fetchFromGitHub { 12 owner = "elisescu"; 13 repo = "tty-share"; 14 rev = "v${version}"; 15 + sha256 = "sha256-+Bh39WtzReOmHcvpGbNfEdBqw7ZL9Vhxu5d337CMc/M="; 16 }; 17 18 # Upstream has a `./vendor` directory with all deps which we rely upon.