lol

urlhunter: 0.1.1 -> 0.1.2

+3 -3
+3 -3
pkgs/tools/security/urlhunter/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "urlhunter"; 8 - version = "0.1.1"; 8 + version = "0.1.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "utkusen"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "0ph0pwfd8bb5499bsx3bd8sqhn69y00zk32ayc3n61gpcc6rmvn7"; 14 + sha256 = "sha256-lX5zh+fYVSyWPUOnfRNMGZPsiuxjKBSpluPUMN9mZ+k="; 15 15 }; 16 16 17 - vendorSha256 = "165kplaqigis0anafvzfqzwc3jjhsn2mwgf4phb4ck75n3yf85ys"; 17 + vendorSha256 = "sha256-JDDxarFROBhdi76mY6udn++lReKLdju/JBpj3JhGdQA="; 18 18 19 19 meta = with lib; { 20 20 description = "Recon tool that allows searching shortened URLs";