mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
urlhunter: 0.1.1 -> 0.1.2
This commit is contained in:
parent
963072bce5
commit
4be2be76cd
@ -5,16 +5,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "urlhunter";
|
||||
version = "0.1.1";
|
||||
version = "0.1.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "utkusen";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0ph0pwfd8bb5499bsx3bd8sqhn69y00zk32ayc3n61gpcc6rmvn7";
|
||||
sha256 = "sha256-lX5zh+fYVSyWPUOnfRNMGZPsiuxjKBSpluPUMN9mZ+k=";
|
||||
};
|
||||
|
||||
vendorSha256 = "165kplaqigis0anafvzfqzwc3jjhsn2mwgf4phb4ck75n3yf85ys";
|
||||
vendorSha256 = "sha256-JDDxarFROBhdi76mY6udn++lReKLdju/JBpj3JhGdQA=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Recon tool that allows searching shortened URLs";
|
||||
|
Loading…
Reference in New Issue
Block a user