mapcidr: 0.0.8 -> 1.0.1
This commit is contained in:
parent
88fdc5544e
commit
bfecef1ab2
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "mapcidr";
|
pname = "mapcidr";
|
||||||
version = "0.0.8";
|
version = "1.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "projectdiscovery";
|
owner = "projectdiscovery";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-hlMIgSsSqvMx6Y7JnR7L9muTLWPfxDN5raJRezt99G0=";
|
sha256 = "sha256-lSAA1lWHGQr1tguBdBePdkN+CNKkxmLweI6oqzzOG6A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-zp+XaSZgSMwJK+EEiTaJKBTPiKYaYpTtArnGBmHUGzE=";
|
vendorSha256 = "sha256-1QG+IV2unyqfD1qL8AnLjHLL/Fv3fe7rwhySM4/tJok=";
|
||||||
|
|
||||||
modRoot = ".";
|
modRoot = ".";
|
||||||
subPackages = [
|
subPackages = [
|
||||||
|
|
Loading…
Reference in a new issue