mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
ef7100c21e
- add update script - remove openssl hash verification logic since the hash is computed automatically now in the update script
14 lines
374 B
JSON
14 lines
374 B
JSON
{
|
|
"openssl": {
|
|
"hash": "sha256-g8cyn+UshQZ3115dCwyiRTCbl+jsvP3B39xKufrDWzk=",
|
|
"url": "https://www.openssl.org/source/openssl-3.2.1.tar.gz"
|
|
},
|
|
"osquery": {
|
|
"fetchSubmodules": true,
|
|
"hash": "sha256-PJrGAqDxo5l6jtQdpTqraR195G6kaLQ2ik08WtlWEmk=",
|
|
"owner": "osquery",
|
|
"repo": "osquery",
|
|
"rev": "5.12.2"
|
|
}
|
|
}
|