File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed
pkgs/tools/networking/dnsmonster Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 1- { lib
2- , stdenv
3- , buildGoModule
4- , fetchFromGitHub
5- , libpcap
1+ {
2+ lib ,
3+ stdenv ,
4+ buildGoModule ,
5+ fetchFromGitHub ,
6+ libpcap ,
67} :
78
89buildGoModule rec {
910 pname = "dnsmonster" ;
10- version = "0.9.9 " ;
11+ version = "1.0.0 " ;
1112
1213 src = fetchFromGitHub {
1314 owner = "mosajjal" ;
14- repo = pname ;
15- rev = "v${ version } " ;
16- hash = "sha256-2k/WyAM8h2P2gCLt2J9m/ZekrzCyf/LULGOQYy5bsZs =" ;
15+ repo = "dnsmonster" ;
16+ rev = "refs/tags/ v${ version } " ;
17+ hash = "sha256-0WHTrqnc3vYQro+nSsQipAPVymR8L4uOwtd9GJHxhVM =" ;
1718 } ;
1819
19- vendorHash = "sha256-gAjR1MoudBAx1dxGObIVPqJdfehWkKckKtwM7sTP0w4 =" ;
20+ vendorHash = "sha256-QCG/rhs4Y3lLDVU15cBNUZqbKc4faNAqKMhMOFwK2SY =" ;
2021
21- buildInputs = [
22- libpcap
23- ] ;
22+ buildInputs = [ libpcap ] ;
2423
2524 ldflags = [
2625 "-s"
2726 "-w"
28- "-X github.com/mosajjal/dnsmonster/util.releaseVersion=${ version } "
27+ "-X= github.com/mosajjal/dnsmonster/util.releaseVersion=${ version } "
2928 ] ;
3029
3130 meta = with lib ; {
You can’t perform that action at this time.
0 commit comments