Merge pull request #197307 from NickCao/hurl-openssl
hurl: build with openssl 3.0
This commit is contained in:
commit
a3282222e8
1 changed files with 1 additions and 3 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue