obfs4: pin to go_1_16

This commit is contained in:
zowoq 2022-02-01 10:43:46 +10:00
parent f3af30f2d5
commit b6b61477b9

View File

@ -8373,7 +8373,9 @@ with pkgs;
obexd = callPackage ../tools/bluetooth/obexd { };
obfs4 = callPackage ../tools/networking/obfs4 { };
obfs4 = callPackage ../tools/networking/obfs4 {
buildGoModule = buildGo116Module;
};
oci-image-tool = callPackage ../tools/misc/oci-image-tool { };