From b09f1cd54ab40647adce4d9d8b614ef39a4dd086 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 11 Feb 2025 17:43:04 +0100 Subject: [PATCH] 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") --- pkgs/development/libraries/openssl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/openssl/default.nix b/pkgs/development/libraries/openssl/default.nix index 624904c170bb..3fb0961c6d38 100644 --- a/pkgs/development/libraries/openssl/default.nix +++ b/pkgs/development/libraries/openssl/default.nix @@ -368,7 +368,7 @@ in openssl_3_4 = common { version = "3.4.1"; - hash = "sha256-1LIlJ6ZFrPdrU+REh6jbaHxu7WIdckaJHQJeOLqMllE="; + hash = "sha256-ACotazC1i/S+pGxDvdljZar42qbEKHgqpP7uBtoZffM="; patches = [ ./3.0/nix-ssl-cert-file.patch