asnmap: refactor

This commit is contained in:
Fabian Affolter
2024-03-01 14:08:33 +01:00
committed by GitHub
parent 4217f7f66c
commit 64f29a96ad
+6 -1
View File
@@ -9,13 +9,18 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = pname;
repo = "asnmap";
rev = "refs/tags/v${version}";
hash = "sha256-Of4IVra6kMHY9btWcF9grM/r3lTWFP/geeT309Seasw=";
};
vendorHash = "sha256-RDv8vkBI3miyeNAbhUsMpuZCYRUZ0ATfXYHxaTgTVfA=";
ldflags = [
"-w"
"-s"
];
# Tests require network access
doCheck = false;