about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2024-03-23 21:31:28 +0000
committerSergei Trofimovich <slyich@gmail.com>2024-03-23 21:31:28 +0000
commit449d50ab360688cb8ef471392bbe18f4a5dbc2b7 (patch)
tree6b6f71dfdfb9a1fd5a80381acfc48d0bdcd934b8 /pkgs/development
parentc902226b7900cb537ed98d7d51a72aea8a94a366 (diff)
libressl: 3.8.2 -> 3.8.3
Changes: https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.8.3-relnotes.txt
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/libressl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libressl/default.nix b/pkgs/development/libraries/libressl/default.nix
index 740d84072d1e3..6ab33b9e4ccfc 100644
--- a/pkgs/development/libraries/libressl/default.nix
+++ b/pkgs/development/libraries/libressl/default.nix
@@ -111,7 +111,7 @@ in {
   };
 
   libressl_3_8 = generic {
-    version = "3.8.2";
-    hash = "sha256-bUuNW7slofgzZjnlbsUIgFLUOpUlZpeoXEzpEyPCWVQ=";
+    version = "3.8.3";
+    hash = "sha256-pl9A4+9uPJRRyDGObyxFTDZ+Z/CcDN4YSXMaTW7McnI=";
   };
 }