dontgo403: 0.9.1 -> 0.9.3

This commit is contained in:
R. Ryantm 2023-05-30 23:59:02 +00:00
parent 592d4ee6e7
commit eb44b0ae8b

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "dontgo403";
version = "0.9.1";
version = "0.9.3";
src = fetchFromGitHub {
owner = "devploit";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FmC+VEVZVpKEDV8IH8D+lt0oHulu2AOD8uUrHxno/Bk=";
hash = "sha256-WGI98IUyvcPGD9IbIF1ZWa72Dnork6xE+XoVYUx1zAc=";
};
vendorHash = "sha256-WzTen78m/CZypdswwncuVzU3iChBDS26URWGSWQCdfk=";
vendorHash = "sha256-IGnTbuaQH8A6aKyahHMd2RyFRh4WxZ3Vx/A9V3uelRg=";
meta = with lib; {
description = "Tool to bypass 40X response codes";