Merge pull request #303368 from jrick/libressl_3_9
libressl: 3.8.4 -> 3.9.1
This commit is contained in:
commit
97390e1d60
2 changed files with 8 additions and 2 deletions
|
@ -114,4 +114,9 @@ in {
|
|||
version = "3.8.4";
|
||||
hash = "sha256-wM75z+F0rDZs5IL1Qv3bB3Ief6DK+s40tJqHIPo3/n0=";
|
||||
};
|
||||
|
||||
libressl_3_9 = generic {
|
||||
version = "3.9.1";
|
||||
hash = "sha256-baC5VGlffuYrA/ZCAKik8Cr5Nxe2DM4Eq2yN8mLAelE=";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23896,9 +23896,10 @@ with pkgs;
|
|||
inherit (callPackages ../development/libraries/libressl { })
|
||||
libressl_3_6
|
||||
libressl_3_7
|
||||
libressl_3_8;
|
||||
libressl_3_8
|
||||
libressl_3_9;
|
||||
|
||||
libressl = libressl_3_8;
|
||||
libressl = libressl_3_9;
|
||||
|
||||
boringssl = callPackage ../development/libraries/boringssl { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue