1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

nmap-formatter: 2.1.2 -> 2.1.3

This commit is contained in:
R. Ryantm 2023-10-11 16:15:47 +00:00
parent f6caf65a4a
commit 8620e988be

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "nmap-formatter";
version = "2.1.2";
version = "2.1.3";
src = fetchFromGitHub {
owner = "vdjagilev";
repo = pname;
rev = "v${version}";
hash = "sha256-Y7BAMJlcu5j8css2F75Bgq90nUGGo/H/kNc5aVwFJew=";
hash = "sha256-tc946SAWBeKSNgLJZSkEoygxyXm3xbQm3cinIK1uOoY=";
};
vendorHash = "sha256-c2n8GlaD6q21gWUqr31UOioZRxO0s0tSpVRKl/YHXZU=";