Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

+3 -3
+3 -3
pkgs/tools/security/alterx/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "alterx"; 8 - version = "0.0.1"; 8 + version = "0.0.3"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "projectdiscovery"; 12 12 repo = "alterx"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-F60nEkHmmhlRuHI2Hc3no2RvILhVN2oPXgwxpTdPDYM="; 14 + hash = "sha256-A01XROFB2NkArfFtRMv/r9Nu5QoKMTOVzVIUnFoVe78="; 15 15 }; 16 16 17 - vendorHash = "sha256-tIXSkNJbbT6X23WCUnB+c0FbxJdV3RF1iOrEJxETeaE="; 17 + vendorHash = "sha256-efwU41kFR8QYa2cevvj4pYAXgCisJ4OHaRIhWVnETvc="; 18 18 19 19 meta = with lib; { 20 20 description = "Fast and customizable subdomain wordlist generator using DSL";