Merge pull request #291960 from r-ryantm/auto-update/dontgo403

dontgo403: 0.9.4 -> 1.0.0
This commit is contained in:
Fabian Affolter
2024-02-29 14:56:46 +01:00
committed by GitHub
+8 -3
View File
@@ -5,17 +5,22 @@
buildGoModule rec {
pname = "dontgo403";
version = "0.9.4";
version = "1.0.0";
src = fetchFromGitHub {
owner = "devploit";
repo = pname;
repo = "dontgo403";
rev = "refs/tags/${version}";
hash = "sha256-PKI/DqMihhMaIa9OzDKtLIs34TRUtewAbBkx89IXLU4=";
hash = "sha256-znmPXue+pzv7vAKnIYsjJQQGMeBETH+ekyVKGz9wRik=";
};
vendorHash = "sha256-IGnTbuaQH8A6aKyahHMd2RyFRh4WxZ3Vx/A9V3uelRg=";
ldflags = [
"-w"
"-s"
];
meta = with lib; {
description = "Tool to bypass 40X response codes";
homepage = "https://github.com/devploit/dontgo403";