From 5d42de4b2d2cefebdb01a61077f251f04f524c48 Mon Sep 17 00:00:00 2001 From: Ruud van Asseldonk Date: Tue, 20 Jun 2023 23:11:40 +0200 Subject: [PATCH] libressl_3_6: 3.6.2 -> 3.6.3 --- pkgs/development/libraries/libressl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libressl/default.nix b/pkgs/development/libraries/libressl/default.nix index c4f75f45950f..67bc9ca628e2 100644 --- a/pkgs/development/libraries/libressl/default.nix +++ b/pkgs/development/libraries/libressl/default.nix @@ -108,8 +108,8 @@ in { }; libressl_3_6 = generic { - version = "3.6.2"; - hash = "sha256-S+gP/wc3Rs9QtKjlur4nlayumMaxMqngJRm0Rd+/0DM="; + version = "3.6.3"; + hash = "sha256-h7G7426e7I0K5fBMg9NrLFsOWBeEx+sIFwJe0p6t6jc="; }; libressl_3_7 = generic {