gotty: 0.0.10 -> 0.0.13

This commit is contained in:
Matthias Beyer 2017-01-03 12:40:48 +01:00
parent 6587d6bf1d
commit 91a248009c
1 changed files with 2 additions and 2 deletions

View File

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