libressl: 3.9.2 -> 4.0.0 (#348877)

This commit is contained in:
Aleksana 2024-10-19 16:20:33 +08:00 committed by GitHub
commit ef1a14a87b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View File

@ -151,4 +151,9 @@ in {
})
];
};
libressl_4_0 = generic {
version = "4.0.0";
hash = "sha256-TYQZVfCsw9/HHQ49018oOvRhIiNQ4mhD/qlzHAJGoeQ=";
};
}

View File

@ -22393,9 +22393,10 @@ with pkgs;
libressl_3_6
libressl_3_7
libressl_3_8
libressl_3_9;
libressl_3_9
libressl_4_0;
libressl = libressl_3_9;
libressl = libressl_4_0;
boringssl = callPackage ../development/libraries/boringssl { };