fix: spec Go 119 for nix build

This commit is contained in:
gVisor bot 2022-12-15 13:25:56 +08:00
parent edf218f59d
commit 991595ea79

View file

@ -23,12 +23,12 @@
{ {
overlay = final: prev: { overlay = final: prev: {
clash-meta = final.buildGoModule { clash-meta = final.buildGo119Module {
pname = "clash-meta"; pname = "clash-meta";
inherit version; inherit version;
src = ./.; src = ./.;
vendorSha256 = "sha256-yhq4WHQcS4CrdcO6KJ5tSn4m7l5g1lNgE9/2BWd9Iys="; vendorSha256 = "sha256-XVz2vts4on42lfxnov4jnUrHzSFF05+i1TVY3C7bgdw=";
# Do not build testing suit # Do not build testing suit
excludedPackages = [ "./test" ]; excludedPackages = [ "./test" ];