mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
ws: use upstream vendor
This commit is contained in:
parent
1a36f8fe81
commit
c9297d49c1
@ -14,8 +14,6 @@ buildGoPackage rec {
|
||||
sha256 = "192slrz1cj1chzmfrl0d9ai8bq6s4w0iwpvxkhxb9krga7mkp9xb";
|
||||
};
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "websocket command line tool";
|
||||
homepage = "https://github.com/hashrocket/ws";
|
||||
|
12
pkgs/development/tools/ws/deps.nix
generated
12
pkgs/development/tools/ws/deps.nix
generated
@ -1,12 +0,0 @@
|
||||
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
|
||||
[
|
||||
{
|
||||
goPackagePath = "github.com/fatih/color";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/fatih/color";
|
||||
rev = "5df930a27be2502f99b292b7cc09ebad4d0891f4";
|
||||
sha256 = "1xqwvpn5jkp1xqvv9hx4h7cxrsnamryhy2pszcqpbm28dpd3airb";
|
||||
};
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user