Unverified Commit a28ba508 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

dontgo403: 0.9.4 -> 1.0.0
parents fb96dc49 28097f87
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -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";