dontgo403: 0.9.3 -> 0.9.4

This commit is contained in:
R. Ryantm 2023-10-08 07:05:46 +00:00
parent 5103716b44
commit d5599d9fee

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "dontgo403";
version = "0.9.3";
version = "0.9.4";
src = fetchFromGitHub {
owner = "devploit";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-WGI98IUyvcPGD9IbIF1ZWa72Dnork6xE+XoVYUx1zAc=";
hash = "sha256-PKI/DqMihhMaIa9OzDKtLIs34TRUtewAbBkx89IXLU4=";
};
vendorHash = "sha256-IGnTbuaQH8A6aKyahHMd2RyFRh4WxZ3Vx/A9V3uelRg=";