2018-01-29 09:22:50 +00:00
|
|
|
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
|
2021-01-25 08:26:54 +00:00
|
|
|
{ lib, buildGoPackage, fetchgit }:
|
2018-01-29 09:22:50 +00:00
|
|
|
|
|
|
|
buildGoPackage rec {
|
2019-08-15 13:41:18 +01:00
|
|
|
pname = "ws";
|
2018-01-29 09:22:50 +00:00
|
|
|
version = "0.2.1";
|
|
|
|
rev = "e9404cb37e339333088b36f6a7909ff3be76931d";
|
|
|
|
|
|
|
|
goPackagePath = "github.com/hashrocket/ws";
|
|
|
|
|
|
|
|
src = fetchgit {
|
|
|
|
inherit rev;
|
|
|
|
url = "https://github.com/hashrocket/ws";
|
|
|
|
sha256 = "192slrz1cj1chzmfrl0d9ai8bq6s4w0iwpvxkhxb9krga7mkp9xb";
|
|
|
|
};
|
|
|
|
|
2021-01-11 07:54:33 +00:00
|
|
|
meta = with lib; {
|
2018-01-29 09:22:50 +00:00
|
|
|
description = "websocket command line tool";
|
2020-04-01 02:11:51 +01:00
|
|
|
homepage = "https://github.com/hashrocket/ws";
|
2018-01-29 09:22:50 +00:00
|
|
|
license = licenses.mit;
|
|
|
|
platforms = platforms.unix;
|
|
|
|
};
|
|
|
|
}
|