Merge pull request #275838 from aaronjheng/ooniprobe-cli

ooniprobe-cli: unpin go1.20
This commit is contained in:
Nick Cao 2023-12-21 11:18:09 -05:00 committed by GitHub
commit 9bebf88cd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11585,9 +11585,7 @@ with pkgs;
onlykey = callPackage ../tools/security/onlykey { node_webkit = nwjs; };
ooniprobe-cli = callPackage ../tools/networking/ooniprobe-cli {
buildGoModule = buildGo120Module;
};
ooniprobe-cli = callPackage ../tools/networking/ooniprobe-cli { };
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; };