Skip to content

Commit

Permalink
libressl_3_2: init at 3.2.5, libressl_3_1: 3.1.4 -> 3.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
  • Loading branch information
omasanori committed Mar 17, 2021
1 parent f137bcd commit 59617f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 7 additions & 2 deletions pkgs/development/libraries/libressl/default.nix
Expand Up @@ -64,7 +64,12 @@ let

in {
libressl_3_1 = generic {
version = "3.1.4";
sha256 = "1dnbbnr43jashxivnafmh9gnn57c7ayva788ba03z633k6f18k21";
version = "3.1.5";
sha256 = "1504a1sf43frw43j14pij0q1f48rm5q86ggrlxxhw708qp7ds4rc";
};

libressl_3_2 = generic {
version = "3.2.5";
sha256 = "1zkwrs3b19s1ybz4q9hrb7pqsbsi8vxcs44qanfy11fkc7ynb2kr";
};
}
5 changes: 3 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -16410,11 +16410,12 @@ in
openvdb = callPackage ../development/libraries/openvdb {};

inherit (callPackages ../development/libraries/libressl { })
libressl_3_1;
libressl_3_1
libressl_3_2;

# 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_1;
libressl = libressl_3_2;

boringssl = callPackage ../development/libraries/boringssl { };

Expand Down

0 comments on commit 59617f7

Please sign in to comment.