alterx: 0.0.1 -> 0.0.3
Diff: https://github.com/projectdiscovery/alterx/compare/refs/tags/v0.0.1...v0.0.3 Changelog: https://github.com/projectdiscovery/alterx/releases/tag/v0.0.3
This commit is contained in:
parent
a97d85ff06
commit
20139149ae
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "alterx";
|
||||
version = "0.0.1";
|
||||
version = "0.0.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = "alterx";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-F60nEkHmmhlRuHI2Hc3no2RvILhVN2oPXgwxpTdPDYM=";
|
||||
hash = "sha256-A01XROFB2NkArfFtRMv/r9Nu5QoKMTOVzVIUnFoVe78=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-tIXSkNJbbT6X23WCUnB+c0FbxJdV3RF1iOrEJxETeaE=";
|
||||
vendorHash = "sha256-efwU41kFR8QYa2cevvj4pYAXgCisJ4OHaRIhWVnETvc=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Fast and customizable subdomain wordlist generator using DSL";
|
||||
|
|
Loading…
Reference in a new issue