Loading pkgs/by-name/mu/mubeng/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildGoModule, fetchFromGitHub, versionCheckHook, }: buildGoModule rec { Loading @@ -23,6 +24,12 @@ buildGoModule rec { "-X=github.com/mubeng/mubeng/common.Version=${version}" ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; versionCheckProgramArg = "--version"; meta = { description = "Proxy checker and IP rotator"; homepage = "https://github.com/mubeng/mubeng"; Loading Loading
pkgs/by-name/mu/mubeng/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildGoModule, fetchFromGitHub, versionCheckHook, }: buildGoModule rec { Loading @@ -23,6 +24,12 @@ buildGoModule rec { "-X=github.com/mubeng/mubeng/common.Version=${version}" ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; versionCheckProgramArg = "--version"; meta = { description = "Proxy checker and IP rotator"; homepage = "https://github.com/mubeng/mubeng"; Loading