Loading pkgs/development/tools/bodyclose/default.nix +4 −1 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , unstableGitUpdater }: buildGoModule rec { buildGoModule { pname = "bodyclose"; version = "2023-04-21"; Loading @@ -18,6 +19,8 @@ buildGoModule rec { ldflags = [ "-s" "-w" ]; passthru.updateScript = unstableGitUpdater {}; meta = with lib; { description = "Golang linter to check whether HTTP response body is closed and a re-use of TCP connection is not blocked"; mainProgram = "bodyclose"; Loading Loading
pkgs/development/tools/bodyclose/default.nix +4 −1 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , unstableGitUpdater }: buildGoModule rec { buildGoModule { pname = "bodyclose"; version = "2023-04-21"; Loading @@ -18,6 +19,8 @@ buildGoModule rec { ldflags = [ "-s" "-w" ]; passthru.updateScript = unstableGitUpdater {}; meta = with lib; { description = "Golang linter to check whether HTTP response body is closed and a re-use of TCP connection is not blocked"; mainProgram = "bodyclose"; Loading