tty-share: 2.0.0 -> 2.2.0
This commit is contained in:
parent
29b0d4d0b6
commit
3269a5d684
@ -3,13 +3,13 @@
|
|||||||
# Upstream has a `./vendor` directory with all deps which we rely upon.
|
# Upstream has a `./vendor` directory with all deps which we rely upon.
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "tty-share";
|
pname = "tty-share";
|
||||||
version = "2.0.0";
|
version = "2.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "elisescu";
|
owner = "elisescu";
|
||||||
repo = "tty-share";
|
repo = "tty-share";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1d2vd3d1lb4n0jq4s0p5mii1vz4r3z36hykr5mnx53srsni1wsj5";
|
sha256 = "sha256-+bdQ7KyGEdJJAopzGnDOcLvFNyiKqpagPR1EoU1VR5E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/elisescu/tty-share";
|
goPackagePath = "github.com/elisescu/tty-share";
|
||||||
|
Loading…
Reference in New Issue
Block a user