Unverified Commit 56b9471d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

dontgo403: 0.5 -> 0.8.1
parents 6ca1fd30 9b7eb167
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -5,20 +5,21 @@

buildGoModule rec {
  pname = "dontgo403";
  version = "0.5";
  version = "0.8.1";

  src = fetchFromGitHub {
    owner = "devploit";
    repo = pname;
    rev = version;
    hash = "sha256-aVPmS4qIa9v7jnK1YG9EUV81frhu3/0x3zY7akPkpeg=";
    rev = "refs/tags/${version}";
    hash = "sha256-Gpr2L7iSdMBqwMzdYDtdzyZYu+Uwjn1wZvw4LTr8xWI=";
  };

  vendorSha256 = "sha256-jF+CSmLHMdlFpttYf3pK84wdfFAHSVPAK8S5zunUzB0=";
  vendorHash = "sha256-he/+M8NffvMLTdFQy5E2EnqLXkS/tK6eUGXTBKZSZCw=";

  meta = with lib; {
    description = "Tool to bypass 40X response codes";
    homepage = "https://github.com/devploit/dontgo403";
    changelog = "https://github.com/devploit/dontgo403/releases/tag/${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ fab ];
  };