Skip to content

Commit e100737

Browse files
authored
cdncheck: 1.1.11 -> 1.1.12 (NixOS#394825)
2 parents 99bba0b + 515175a commit e100737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cd/cdncheck/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule rec {
88
pname = "cdncheck";
9-
version = "1.1.11";
9+
version = "1.1.12";
1010

1111
src = fetchFromGitHub {
1212
owner = "projectdiscovery";
1313
repo = "cdncheck";
1414
tag = "v${version}";
15-
hash = "sha256-sCTVDz9dqlTJ7MoJfFYmEnA2KkpWzu6qune90SXmgN4=";
15+
hash = "sha256-rhrcjGR179oBhflEBAztHD+e6Q0MsIkAR40LDrSYzgE=";
1616
};
1717

1818
vendorHash = "sha256-/1REkZ5+sz/H4T4lXhloz7fu5cLv1GoaD3dlttN+Qd4=";

0 commit comments

Comments
 (0)