mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 02:33:25 +00:00
habitat: pin to openssl_1_1
This commit is contained in:
parent
12ad25411d
commit
a0c0a349d2
@ -7374,7 +7374,9 @@ with pkgs;
|
||||
|
||||
haveged = callPackage ../tools/security/haveged { };
|
||||
|
||||
habitat = callPackage ../applications/networking/cluster/habitat { };
|
||||
habitat = callPackage ../applications/networking/cluster/habitat {
|
||||
openssl = openssl_1_1;
|
||||
};
|
||||
|
||||
hashcash = callPackage ../tools/security/hashcash { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user