From fb63352c50f90792b02e7f056dc897d8f49deda4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 11 Dec 2025 20:58:07 +0000 Subject: [PATCH 1/2] alterx: 0.0.6 -> 0.1.0 --- pkgs/by-name/al/alterx/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/al/alterx/package.nix b/pkgs/by-name/al/alterx/package.nix index f6c4d776b438..ed3fec286e6b 100644 --- a/pkgs/by-name/al/alterx/package.nix +++ b/pkgs/by-name/al/alterx/package.nix @@ -6,16 +6,16 @@ buildGoModule rec { pname = "alterx"; - version = "0.0.6"; + version = "0.1.0"; src = fetchFromGitHub { owner = "projectdiscovery"; repo = "alterx"; tag = "v${version}"; - hash = "sha256-IjCK0TVZOBegNdfpqOFoOTuj8KtmCuIqNPvcIa1vSo0="; + hash = "sha256-aqCsPv+vxO45SwUXwicjQdGNq+Ad4awiF/wwGlPETDU="; }; - vendorHash = "sha256-aTA5KGeYmJnbVRbEhT9LigQoJFLD17q9spzBV4BGhNw="; + vendorHash = "sha256-13ODJNo6xbQkubaGJT3svFbOLbdsHluTCp1Gom+jYeU="; meta = { description = "Fast and customizable subdomain wordlist generator using DSL"; From 9af7f05e5dac5e3d9199c89758eb58f53001a703 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 12 Dec 2025 08:55:35 +0100 Subject: [PATCH 2/2] alterx: adjust meta --- pkgs/by-name/al/alterx/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/al/alterx/package.nix b/pkgs/by-name/al/alterx/package.nix index ed3fec286e6b..b805e741f612 100644 --- a/pkgs/by-name/al/alterx/package.nix +++ b/pkgs/by-name/al/alterx/package.nix @@ -19,10 +19,10 @@ buildGoModule rec { meta = { description = "Fast and customizable subdomain wordlist generator using DSL"; - mainProgram = "alterx"; homepage = "https://github.com/projectdiscovery/alterx"; - changelog = "https://github.com/projectdiscovery/alterx/releases/tag/v${version}"; + changelog = "https://github.com/projectdiscovery/alterx/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; + mainProgram = "alterx"; }; }