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

dontgo403: 0.5 -> 0.8.1
This commit is contained in:
Weijia Wang 2023-03-29 11:30:01 +03:00 committed by GitHub
commit 56b9471db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};