sing-geosite: pin to buildGo120Module

This commit is contained in:
Nick Cao 2023-10-21 21:26:34 -04:00
parent 8dfad60324
commit 4ed0fc839a
No known key found for this signature in database

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;