libressl: 3.9.2 -> 4.0.0

This commit is contained in:
Josh Rickmar 2024-10-15 16:27:27 -04:00
parent f490aba999
commit c424307a7e
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

@ -22396,9 +22396,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 { };