about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2024-03-24 15:46:45 +0100
committerGitHub <noreply@github.com>2024-03-24 15:46:45 +0100
commitea04f8870ec0a156c3f2c6f474b5ddca34577cd3 (patch)
tree0275c9cd0d301ded243a84a03064322514d379ed /pkgs/development
parent357a1b5d8175926f83b82859ed5260d97e42778e (diff)
parent449d50ab360688cb8ef471392bbe18f4a5dbc2b7 (diff)
Merge pull request #298460 from trofi/libressl-update
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=";
   };
 }