mapcidr: 1.1.9 -> 1.1.10
Diff: https://github.com/projectdiscovery/mapcidr/compare/refs/tags/v1.1.9...v1.1.10 Changelog: https://github.com/projectdiscovery/mapcidr/releases/tag/v1.1.10
This commit is contained in:
parent
335a5494b4
commit
c8c80e3590
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "mapcidr";
|
||||
version = "1.1.9";
|
||||
version = "1.1.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-/DKUB7ylOUh1kj1l5C6TbhfgmagJcTBFCoqjQIsbWg4=";
|
||||
hash = "sha256-4VBIcdlK3tHUNQT8FRJuzlUcgM17SSFWYi4zys7zgZU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-YQEXOxu2IPvXNvqw0bzHnx0ALC/W4x9sU4m1GgvVH+g=";
|
||||
vendorHash = "sha256-HBX8Npd4jy5YXx70GV8h3woM6ArcgMWqu8dybj/wdRU=";
|
||||
|
||||
modRoot = ".";
|
||||
subPackages = [
|
||||
|
|
Loading…
Reference in a new issue