lol

Merge pull request #235005 from mweinelt/openssl-1.1.1u

openssl_1_1: 1.1.1t -> 1.1.1u

authored by

ajs124 and committed by
GitHub
645b5c41 859e3f35

+2 -2
+2 -2
pkgs/development/libraries/openssl/default.nix
··· 222 222 223 223 224 224 openssl_1_1 = common { 225 - version = "1.1.1t"; 226 - sha256 = "sha256-je6bJL2x3L8MPR6bAvuPa/IhZegH9Fret8lndTaFnTs="; 225 + version = "1.1.1u"; 226 + sha256 = "sha256-4vjYS1I+7NBse+diaDA3AwD7zBU4a/UULXJ1j2lj68Y="; 227 227 patches = [ 228 228 ./1.1/nix-ssl-cert-file.patch 229 229