lol

Merge pull request #260481 from r-ryantm/auto-update/nmap-formatter

nmap-formatter: 2.1.2 -> 2.1.3

authored by

Fabian Affolter and committed by
GitHub
4b8623e2 326170ea

+2 -2
+2 -2
pkgs/tools/security/nmap-formatter/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "nmap-formatter"; 8 - version = "2.1.2"; 8 + version = "2.1.3"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "vdjagilev"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - hash = "sha256-Y7BAMJlcu5j8css2F75Bgq90nUGGo/H/kNc5aVwFJew="; 14 + hash = "sha256-tc946SAWBeKSNgLJZSkEoygxyXm3xbQm3cinIK1uOoY="; 15 15 }; 16 16 17 17 vendorHash = "sha256-c2n8GlaD6q21gWUqr31UOioZRxO0s0tSpVRKl/YHXZU=";