gowitness: move to by-name

This commit is contained in:
jopejoe1
2025-08-21 18:35:31 +02:00
parent 2237ea17e8
commit af5e7a53c9
2 changed files with 2 additions and 6 deletions
@@ -1,10 +1,10 @@
{
lib,
buildGoModule,
buildGo123Module,
fetchFromGitHub,
}:
buildGoModule rec {
buildGo123Module rec {
pname = "gowitness";
version = "3.0.5";
-4
View File
@@ -15367,10 +15367,6 @@ with pkgs;
gotrue-supabase = callPackage ../tools/security/gotrue/supabase.nix { };
gowitness = callPackage ../tools/security/gowitness {
buildGoModule = buildGo123Module;
};
helmfile-wrapped = helmfile.override {
inherit (kubernetes-helm-wrapped.passthru) pluginsDir;
};