Merge pull request #197307 from NickCao/hurl-openssl

hurl: build with openssl 3.0
This commit is contained in:
Mario Rodas 2022-10-22 23:19:09 -05:00 committed by GitHub
commit a3282222e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7783,9 +7783,7 @@ with pkgs;
httpx = callPackage ../tools/security/httpx { };
hurl = callPackage ../tools/networking/hurl {
openssl = openssl_1_1;
};
hurl = callPackage ../tools/networking/hurl { };
hub = callPackage ../applications/version-management/git-and-tools/hub { };