honeytrap: build with Go 1.22 for now

until the golang.org/x/net dependency gets upgraded in the project

https://hydra.nixos.org/build/276117884/nixlog/1/tail
This commit is contained in:
Olivér Falvai
2024-11-05 20:38:45 +01:00
parent 2245f84086
commit 7136dc6870
+2 -2
View File
@@ -1,8 +1,8 @@
{ lib
, buildGoModule
, buildGo122Module
, fetchFromGitHub
}:
buildGoModule {
buildGo122Module {
pname = "honeytrap";
version = "unstable-2021-12-20";