gotty: 0.0.10 -> 0.0.13
This commit is contained in:
parent
6587d6bf1d
commit
91a248009c
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "gotty-${version}";
|
name = "gotty-${version}";
|
||||||
version = "0.0.10";
|
version = "0.0.13";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
goPackagePath = "github.com/yudai/gotty";
|
goPackagePath = "github.com/yudai/gotty";
|
||||||
|
@ -11,7 +11,7 @@ buildGoPackage rec {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "yudai";
|
owner = "yudai";
|
||||||
repo = "gotty";
|
repo = "gotty";
|
||||||
sha256 = "0gvnbr61d5si06ik2j075jg00r9b94ryfgg06nqxkf10dp8lgi09";
|
sha256 = "1hsfjyjjzr1zc9m8bnhid1ag6ipcbx59111y9p7k8az8jiyr112g";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
Loading…
Reference in New Issue