2021-12-06 16:07:01 +00:00
|
|
|
{ callPackage, openssl_3_0, ... }@args:
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-12-06 16:07:01 +00:00
|
|
|
callPackage ./generic.nix (args // { openssl = openssl_3_0; }) {
|
2022-03-10 19:12:11 +00:00
|
|
|
version = "1.21.6";
|
|
|
|
sha256 = "1bh52jqqcaj5wlh2kvhxr00jhk2hnk8k97ki4pwyj4c8920p1p36";
|
2020-04-24 23:36:52 +00:00
|
|
|
}
|