summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/gotty
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-01-03 12:40:48 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-01-04 16:29:33 +0100
commit91a248009c1f76b8569368476cfe5f1318342425 (patch)
tree7b74d011d4a9506f74277bf1e1385bea94c1b5f3 /pkgs/servers/gotty
parent6587d6bf1d9bcbbcbc5c27ac2082ff8980b55392 (diff)
gotty: 0.0.10 -> 0.0.13
Diffstat (limited to 'pkgs/servers/gotty')
-rw-r--r--pkgs/servers/gotty/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/gotty/default.nix b/pkgs/servers/gotty/default.nix
index 28ca858440b8..ccab31ce225f 100644
--- a/pkgs/servers/gotty/default.nix
+++ b/pkgs/servers/gotty/default.nix
@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "gotty-${version}";
- version = "0.0.10";
+ version = "0.0.13";
rev = "v${version}";
goPackagePath = "github.com/yudai/gotty";
@@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "yudai";
repo = "gotty";
- sha256 = "0gvnbr61d5si06ik2j075jg00r9b94ryfgg06nqxkf10dp8lgi09";
+ sha256 = "1hsfjyjjzr1zc9m8bnhid1ag6ipcbx59111y9p7k8az8jiyr112g";
};
goDeps = ./deps.nix;