gotty: 0.0.13 -> 2.0.0-alpha.3

This commit is contained in:
Robin Stumm
2019-12-06 04:26:07 +01:00
committed by Emery Hemingway
parent 14f3973436
commit 0fef5b45e7
2 changed files with 2 additions and 78 deletions
+2 -4
View File
@@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "gotty";
version = "0.0.13";
version = "2.0.0-alpha.3";
rev = "v${version}";
goPackagePath = "github.com/yudai/gotty";
@@ -11,11 +11,9 @@ buildGoPackage rec {
inherit rev;
owner = "yudai";
repo = "gotty";
sha256 = "1hsfjyjjzr1zc9m8bnhid1ag6ipcbx59111y9p7k8az8jiyr112g";
sha256 = "1vhhs7d4k1vpkf2k69ai2r3bp3zwnwa8l9q7vza0rck69g4nmz7a";
};
goDeps = ./deps.nix;
meta = with stdenv.lib; {
description = "Share your terminal as a web application";
homepage = https://github.com/yudai/gotty;