Merge pull request #262654 from NickCao/sing-geosite

sing-geosite: pin to buildGo120Module
This commit is contained in:
Nick Cao 2023-10-22 09:32:30 -04:00 committed by GitHub
commit f1c65c4414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;