bettercap: build with Go 1.22 for now
until the golang.org/x/net dependency gets upgraded in the project https://hydra.nixos.org/build/276197637/nixlog/1/tail
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ lib, stdenv
|
||||
, buildGoModule
|
||||
, buildGo122Module
|
||||
, fetchFromGitHub
|
||||
, pkg-config
|
||||
, libpcap
|
||||
@@ -8,7 +8,7 @@
|
||||
, libusb1
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
buildGo122Module rec {
|
||||
pname = "bettercap";
|
||||
version = "2.32.0";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user