ooniprobe-cli: pin to go1.20

This commit is contained in:
Aaron Jheng
2023-11-15 11:36:10 +00:00
parent 75fbff2576
commit 9fc5458ee9
+3 -1
View File
@@ -11570,7 +11570,9 @@ with pkgs;
onlykey = callPackage ../tools/security/onlykey { node_webkit = nwjs; };
ooniprobe-cli = callPackage ../tools/networking/ooniprobe-cli { };
ooniprobe-cli = callPackage ../tools/networking/ooniprobe-cli {
buildGoModule = buildGo120Module;
};
openapi-generator-cli = callPackage ../tools/networking/openapi-generator-cli { jre = pkgs.jre_headless; };
openapi-generator-cli-unstable = callPackage ../tools/networking/openapi-generator-cli/unstable.nix { jre = pkgs.jre_headless; };