mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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
|
{ lib
|
||||||
, buildGoModule
|
, buildGo120Module
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, v2ray-domain-list-community
|
, v2ray-domain-list-community
|
||||||
|
@ -11,7 +11,7 @@ let
|
||||||
geosite_data = "${v2ray-domain-list-community}/share/v2ray/geosite.dat";
|
geosite_data = "${v2ray-domain-list-community}/share/v2ray/geosite.dat";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGo120Module {
|
||||||
pname = "sing-geosite";
|
pname = "sing-geosite";
|
||||||
inherit (v2ray-domain-list-community) version;
|
inherit (v2ray-domain-list-community) version;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue