Skip to content

Commit c88a6b8

Browse files
committed
asnmap: 1.0.1 -> 1.0.2
1 parent 6664a6b commit c88a6b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/security/asnmap/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
buildGoModule rec {
77
pname = "asnmap";
8-
version = "1.0.1";
8+
version = "1.0.2";
99

1010
src = fetchFromGitHub {
1111
owner = "projectdiscovery";
1212
repo = pname;
1313
rev = "refs/tags/v${version}";
14-
hash = "sha256-auVdBt8XT0qvEC9TfuROBbV/D6uQXBODZs/vrkJolwI=";
14+
hash = "sha256-7yKOeKSsexqLZ+ep7+mft6GlHrZiwv6OOCeERZu7gAE=";
1515
};
1616

17-
vendorHash = "sha256-6z40pIj6cgC7lXS2qDhkYec5zIrmjHzh2W0U5BDmSzU=";
17+
vendorHash = "sha256-VmbmRkJB5jme8j/ONMkbsITJxg5inxYnb5AoKUR3Uzg=";
1818

1919
# Tests require network access
2020
doCheck = false;

0 commit comments

Comments
 (0)