cdncheck: 1.1.19 -> 1.1.20

This commit is contained in:
R. Ryantm 2025-05-27 23:18:54 +00:00
parent 3f62a1ca1a
commit c1c5d998c0

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "cdncheck";
version = "1.1.19";
version = "1.1.20";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "cdncheck";
tag = "v${version}";
hash = "sha256-Zp3ObJkK60g4VgH8e1aghHjCbueu/9FNru9RUx6uIuE=";
hash = "sha256-qL2SNVHsAH+Z0A5Vv+kBa1O9VgdR7eZ29Z19s5GuTXA=";
};
vendorHash = "sha256-/1REkZ5+sz/H4T4lXhloz7fu5cLv1GoaD3dlttN+Qd4=";