Merge pull request #262654 from NickCao/sing-geosite
sing-geosite: pin to buildGo120Module
This commit is contained in:
commit
f1c65c4414
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ lib
|
||||
, buildGoModule
|
||||
, buildGo120Module
|
||||
, fetchFromGitHub
|
||||
, substituteAll
|
||||
, v2ray-domain-list-community
|
||||
|
@ -11,7 +11,7 @@ let
|
|||
geosite_data = "${v2ray-domain-list-community}/share/v2ray/geosite.dat";
|
||||
};
|
||||
in
|
||||
buildGoModule rec {
|
||||
buildGo120Module {
|
||||
pname = "sing-geosite";
|
||||
inherit (v2ray-domain-list-community) version;
|
||||
|
||||
|
|
Loading…
Reference in a new issue