File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/dn/dns-collector Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77} :
88buildGoModule ( finalAttrs : {
99 pname = "dns-collector" ;
10- version = "1.9 .0" ;
10+ version = "1.10 .0" ;
1111
1212 src = fetchFromGitHub {
1313 owner = "dmachard" ;
1414 repo = "dns-collector" ;
1515 tag = "v${ finalAttrs . version } " ;
16- hash = "sha256-ebl/edMN45oLV1pN6mCaOSgxSSyAugsBP2sQWbIiPTI =" ;
16+ hash = "sha256-99mVCuoog9ZkJoCCcUWkRJ2vA0IwftEcsSl6I02Qd4A =" ;
1717 } ;
1818 subPackages = [ "." ] ;
1919
@@ -27,7 +27,7 @@ buildGoModule (finalAttrs: {
2727 "-X github.com/prometheus/common/version.Version=${ finalAttrs . version } "
2828 ] ;
2929
30- vendorHash = "sha256-Y0LOtyRJWOFAQwfg8roisSer0oCxPiaYICE1FY/SEF8 =" ;
30+ vendorHash = "sha256-se4vNVydYFYk07Shb3eRLnVmE82HG36cwFRYCdZiZPM =" ;
3131
3232 passthru . updateScript = nix-update-script { } ;
3333
You can’t perform that action at this time.
0 commit comments