openssl: fix hash

This is the hash for the GitHub snapshot of the 3.4.1 tag, not the
official tarball we're using. When the PR doing this update was
updated after the tarballs came out, updating the hash was forgotten.

I've checked the hashes of the other OpenSSL versions and they're
fine.

Fixes: c05c515eff3c ("openssl_3_4: init at 3.4.1; openssl_3_3: remove")

+1 -1
+1 -1
pkgs/development/libraries/openssl/default.nix
··· 368 368 369 369 openssl_3_4 = common { 370 370 version = "3.4.1"; 371 - hash = "sha256-1LIlJ6ZFrPdrU+REh6jbaHxu7WIdckaJHQJeOLqMllE="; 371 + hash = "sha256-ACotazC1i/S+pGxDvdljZar42qbEKHgqpP7uBtoZffM="; 372 372 373 373 patches = [ 374 374 ./3.0/nix-ssl-cert-file.patch