We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6664a6b commit c88a6b8Copy full SHA for c88a6b8
1 file changed
pkgs/tools/security/asnmap/default.nix
@@ -5,16 +5,16 @@
5
6
buildGoModule rec {
7
pname = "asnmap";
8
- version = "1.0.1";
+ version = "1.0.2";
9
10
src = fetchFromGitHub {
11
owner = "projectdiscovery";
12
repo = pname;
13
rev = "refs/tags/v${version}";
14
- hash = "sha256-auVdBt8XT0qvEC9TfuROBbV/D6uQXBODZs/vrkJolwI=";
+ hash = "sha256-7yKOeKSsexqLZ+ep7+mft6GlHrZiwv6OOCeERZu7gAE=";
15
};
16
17
- vendorHash = "sha256-6z40pIj6cgC7lXS2qDhkYec5zIrmjHzh2W0U5BDmSzU=";
+ vendorHash = "sha256-VmbmRkJB5jme8j/ONMkbsITJxg5inxYnb5AoKUR3Uzg=";
18
19
# Tests require network access
20
doCheck = false;
0 commit comments