cdncheck: 1.1.31 -> 1.1.32

This commit is contained in:
Diego 2025-08-17 09:43:40 +02:00
parent 1c39e588f6
commit 9c66103062
No known key found for this signature in database
GPG Key ID: A79BD8B37D6C6928

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "cdncheck";
version = "1.1.31";
version = "1.1.32";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "cdncheck";
tag = "v${version}";
hash = "sha256-1rt+vXfsM8hotCmZmel1MiP7VDqahhAMpJYn3Vyo3lY=";
hash = "sha256-K2nuReA5rl78qrZ8e7vfR2kuB7CSRJeUILHOE9qIIuE=";
};
vendorHash = "sha256-/1REkZ5+sz/H4T4lXhloz7fu5cLv1GoaD3dlttN+Qd4=";