Unverified Commit 00a173f4 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

cdncheck: 1.1.9 -> 1.1.11 (#392299)

parents 6186e22a 2b5e2ec4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "cdncheck";
  version = "1.1.9";
  version = "1.1.11";

  src = fetchFromGitHub {
    owner = "projectdiscovery";
    repo = "cdncheck";
    tag = "v${version}";
    hash = "sha256-p03OQAA/6WX2RJfnpFi9PYvVTBwBJX2bWxbDg+anybI=";
    hash = "sha256-sCTVDz9dqlTJ7MoJfFYmEnA2KkpWzu6qune90SXmgN4=";
  };

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