Merge pull request #300792 from reedriley/libressl-certs

libressl: 3.8.3 -> 3.8.4 (to fix expired certificate in tests)

authored by Weijia Wang and committed by GitHub 57a72799 215881dc

+2 -10
+2 -10
pkgs/development/libraries/libressl/default.nix
··· 111 111 }; 112 112 113 113 libressl_3_8 = generic { 114 - version = "3.8.3"; 115 - hash = "sha256-pl9A4+9uPJRRyDGObyxFTDZ+Z/CcDN4YSXMaTW7McnI="; 116 - 117 - patches = [ 118 - (fetchpatch { 119 - name = "libtls-pkg-config-static.patch"; 120 - url = "https://github.com/libressl/portable/commit/f7a0f40d52b994d0bca0eacd88b39f71e447c5d9.patch"; 121 - hash = "sha256-2ly6lsIdoV/riVqDViFXDP7nkZ/RUatEdiaSudQKtz0="; 122 - }) 123 - ]; 114 + version = "3.8.4"; 115 + hash = "sha256-wM75z+F0rDZs5IL1Qv3bB3Ief6DK+s40tJqHIPo3/n0="; 124 116 }; 125 117 }