tty-share: 2.2.1 -> 2.3.0

This commit is contained in:
R. Ryantm 2022-11-20 09:53:19 +00:00
parent d63fe42e91
commit a8ab6540fd

View File

@ -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.