Skip to content

Commit a4e4e65

Browse files
committed
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
1 parent 7545cec commit a4e4e65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/security/bettercap/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ lib, stdenv
2-
, buildGoModule
2+
, buildGo122Module
33
, fetchFromGitHub
44
, pkg-config
55
, libpcap
@@ -8,7 +8,7 @@
88
, libusb1
99
}:
1010

11-
buildGoModule rec {
11+
buildGo122Module rec {
1212
pname = "bettercap";
1313
version = "2.32.0";
1414

0 commit comments

Comments
 (0)