Loading pkgs/tools/security/dontgo403/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildGoModule rec { src = fetchFromGitHub { owner = "devploit"; repo = pname; rev = version; rev = "refs/tags/${version}"; hash = "sha256-Gpr2L7iSdMBqwMzdYDtdzyZYu+Uwjn1wZvw4LTr8xWI="; }; Loading @@ -19,6 +19,7 @@ buildGoModule rec { meta = with lib; { description = "Tool to bypass 40X response codes"; homepage = "https://github.com/devploit/dontgo403"; chnagelog = "https://github.com/devploit/dontgo403/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/tools/security/dontgo403/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildGoModule rec { src = fetchFromGitHub { owner = "devploit"; repo = pname; rev = version; rev = "refs/tags/${version}"; hash = "sha256-Gpr2L7iSdMBqwMzdYDtdzyZYu+Uwjn1wZvw4LTr8xWI="; }; Loading @@ -19,6 +19,7 @@ buildGoModule rec { meta = with lib; { description = "Tool to bypass 40X response codes"; homepage = "https://github.com/devploit/dontgo403"; chnagelog = "https://github.com/devploit/dontgo403/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading