nmap-formatter: 0.3.0 -> 1.0.2

main
Fabian Affolter 2 years ago
parent 103a4c0ae4
commit 92d877aec3
  1. 12
      pkgs/tools/security/nmap-formatter/default.nix

@ -5,22 +5,16 @@
buildGoModule rec {
pname = "nmap-formatter";
version = "0.3.0";
version = "1.0.2";
src = fetchFromGitHub {
owner = "vdjagilev";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tG91Cutk+RCBPv4Rf8CVnZa5Wh8qgsxEL0C6WIoEdsw=";
hash = "sha256-ePhm1qwluHhMC0oS/qEHkZv04nAdh2IDSkIW507MLjo=";
};
vendorSha256 = "sha256-WXX1b8fPcwIE40w+Kzd7ZuSRXPiYtolRXC/Z8Kc9H2s=";
postPatch = ''
# Fix hard-coded release
substituteInPlace cmd/root.go \
--replace "0.2.0" "${version}"
'';
vendorSha256 = "sha256-zkPXjCC+ZdR14O60ZaGFYdEZVxQ5z99HVmLOR10qqfg=";
meta = with lib; {
description = "Tool that allows you to convert nmap output";

Loading…
Cancel
Save