From 5d42de4b2d2cefebdb01a61077f251f04f524c48 Mon Sep 17 00:00:00 2001 From: Ruud van Asseldonk Date: Tue, 20 Jun 2023 23:11:40 +0200 Subject: [PATCH 1/2] 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 c4f75f45950..67bc9ca628e 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 { From ce4d56a99391c6d4a0772bc4e4593f234840091f Mon Sep 17 00:00:00 2001 From: Ruud van Asseldonk Date: Tue, 20 Jun 2023 23:14:18 +0200 Subject: [PATCH 2/2] libressl_3_7: 3.7.2 -> 3.7.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 67bc9ca628e..96e3df4148e 100644 --- a/pkgs/development/libraries/libressl/default.nix +++ b/pkgs/development/libraries/libressl/default.nix @@ -113,7 +113,7 @@ in { }; libressl_3_7 = generic { - version = "3.7.2"; - hash = "sha256-sGqlOP78nGszxNtJMaCaX1LZ0jVyGa/L/32T/hLr9vc="; + version = "3.7.3"; + hash = "sha256-eUjIVqkMglvXJotvhWdKjc0lS65C4iF4GyTj+NwzXbM="; }; }