R. RyanTM
|
938ad4b145
|
bettercap: 2.28 -> 2.29 (#110327)
|
2021-01-21 09:52:27 -08:00 |
|
Ben Siraphob
|
8c5d37129f
|
pkgs/tools: stdenv.lib -> lib
|
2021-01-15 17:12:36 +07:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
zowoq
|
2e30e228b7
|
bettercap: build on darwin
|
2020-09-23 07:29:07 +10:00 |
|
zowoq
|
42313b92bc
|
buildGoModule: remove platform.all from packages
|
2020-08-15 19:34:47 -07:00 |
|
zowoq
|
cea7cd902e
|
buildGoModule packages: set doCheck = false
|
2020-08-10 16:02:30 +10:00 |
|
zowoq
|
3c5750d1cd
|
buildGoModule packages: editorconfig fixes
|
2020-07-31 13:58:04 +10:00 |
|
R. RyanTM
|
c0148726b2
|
bettercap: 2.27.1 -> 2.28
|
2020-07-04 00:04:01 +00:00 |
|
R. RyanTM
|
7f39cf6893
|
bettercap: 2.27 -> 2.27.1 (#88114)
|
2020-05-18 19:41:58 -07:00 |
|
Colin L Rice
|
d6162dab50
|
go-modules: Update files to use vendorSha256
|
2020-05-14 07:22:21 +01:00 |
|
zowoq
|
a005ffe985
|
bettercap: 2.26.1 -> 2.27
https://github.com/bettercap/bettercap/releases/tag/v2.27
|
2020-04-08 19:08:26 +10:00 |
|
Vadim-Valdis Yudaev
|
9e733df81f
|
bettercap: 2.24 -> 2.26.1
|
2019-11-10 13:22:29 +01:00 |
|
Will Dietz
|
a9110315fe
|
bettercap: 2.11 -> 2.24 (#61215)
* bettercap: 2.11 -> 2.24
* bettercap: use current libusb1
and not the old v0.1 compat-API
|
2019-05-17 16:05:41 +02:00 |
|
Franz Pletz
|
8cec0f0fc9
|
bettercap: 2.4 -> 2.11
|
2018-12-31 02:44:01 +01:00 |
|
Markus Ankenbrand
|
c82a648d33
|
bettercap: 1.6.2 -> 2.4.0
bettercap 2 is a complete reimplementation using go instead of ruby
See: https://www.evilsocket.net/2018/02/27/All-hail-bettercap-2-0-one-tool-to-rule-them-all/
|
2018-04-01 22:22:39 +02:00 |
|
y0no
|
7e0402632d
|
bettercap: init at 1.6.2 (#33902)
|
2018-01-16 07:40:49 +00:00 |
|