tty-share: 2.0.0 -> 2.2.0

+2 -2
+2 -2
pkgs/applications/misc/tty-share/default.nix
··· 3 # Upstream has a `./vendor` directory with all deps which we rely upon. 4 buildGoPackage rec { 5 pname = "tty-share"; 6 - version = "2.0.0"; 7 8 src = fetchFromGitHub { 9 owner = "elisescu"; 10 repo = "tty-share"; 11 rev = "v${version}"; 12 - sha256 = "1d2vd3d1lb4n0jq4s0p5mii1vz4r3z36hykr5mnx53srsni1wsj5"; 13 }; 14 15 goPackagePath = "github.com/elisescu/tty-share";
··· 3 # Upstream has a `./vendor` directory with all deps which we rely upon. 4 buildGoPackage rec { 5 pname = "tty-share"; 6 + version = "2.2.0"; 7 8 src = fetchFromGitHub { 9 owner = "elisescu"; 10 repo = "tty-share"; 11 rev = "v${version}"; 12 + sha256 = "sha256-+bdQ7KyGEdJJAopzGnDOcLvFNyiKqpagPR1EoU1VR5E="; 13 }; 14 15 goPackagePath = "github.com/elisescu/tty-share";