We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f62a1c commit c1c5d99Copy full SHA for c1c5d99
pkgs/by-name/cd/cdncheck/package.nix
@@ -6,13 +6,13 @@
6
7
buildGoModule rec {
8
pname = "cdncheck";
9
- version = "1.1.19";
+ version = "1.1.20";
10
11
src = fetchFromGitHub {
12
owner = "projectdiscovery";
13
repo = "cdncheck";
14
tag = "v${version}";
15
- hash = "sha256-Zp3ObJkK60g4VgH8e1aghHjCbueu/9FNru9RUx6uIuE=";
+ hash = "sha256-qL2SNVHsAH+Z0A5Vv+kBa1O9VgdR7eZ29Z19s5GuTXA=";
16
};
17
18
vendorHash = "sha256-/1REkZ5+sz/H4T4lXhloz7fu5cLv1GoaD3dlttN+Qd4=";
0 commit comments