gowitness: move to by-name
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
buildGo123Module,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
buildGo123Module rec {
|
||||
pname = "gowitness";
|
||||
version = "3.0.5";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user