lol

Merge pull request #303368 from jrick/libressl_3_9

libressl: 3.8.4 -> 3.9.1

authored by

Franz Pletz and committed by
GitHub
97390e1d 0b4275da

+8 -2
+5
pkgs/development/libraries/libressl/default.nix
··· 114 114 version = "3.8.4"; 115 115 hash = "sha256-wM75z+F0rDZs5IL1Qv3bB3Ief6DK+s40tJqHIPo3/n0="; 116 116 }; 117 + 118 + libressl_3_9 = generic { 119 + version = "3.9.1"; 120 + hash = "sha256-baC5VGlffuYrA/ZCAKik8Cr5Nxe2DM4Eq2yN8mLAelE="; 121 + }; 117 122 }
+3 -2
pkgs/top-level/all-packages.nix
··· 23896 23896 inherit (callPackages ../development/libraries/libressl { }) 23897 23897 libressl_3_6 23898 23898 libressl_3_7 23899 - libressl_3_8; 23899 + libressl_3_8 23900 + libressl_3_9; 23900 23901 23901 - libressl = libressl_3_8; 23902 + libressl = libressl_3_9; 23902 23903 23903 23904 boringssl = callPackage ../development/libraries/boringssl { }; 23904 23905