libressl_3_2: drop, unmaintained

This commit is contained in:
Franz Pletz 2022-03-15 18:41:59 +01:00
parent c201e773c6
commit c836666218
No known key found for this signature in database
GPG key ID: 846FDED7792617B4
2 changed files with 0 additions and 8 deletions

View file

@ -86,10 +86,6 @@ let
};
in {
libressl_3_2 = generic {
version = "3.2.7";
sha256 = "112bjfrwwqlk0lak7fmfhcls18ydf62cp7gxghf4gklpfl1zyckw";
};
libressl_3_4 = generic {
version = "3.4.3";
sha256 = "sha256-/4i//jVIGLPM9UXjyv5FTFAxx6dyFwdPUzJx1jw38I0=";

View file

@ -19501,11 +19501,8 @@ with pkgs;
openvdb = callPackage ../development/libraries/openvdb {};
inherit (callPackages ../development/libraries/libressl { })
libressl_3_2
libressl_3_4;
# Please keep this pointed to the latest version. See also
# https://discourse.nixos.org/t/nixpkgs-policy-regarding-libraries-available-in-multiple-versions/7026/2
libressl = libressl_3_4;
boringssl = callPackage ../development/libraries/boringssl { };
@ -34232,7 +34229,6 @@ with pkgs;
wasm-pack = callPackage ../development/tools/wasm-pack {
inherit (darwin.apple_sdk.frameworks) Security;
libressl = libressl_3_2;
};
wavegain = callPackage ../applications/audio/wavegain { };